Commit Graph

202 Commits

Author SHA1 Message Date
Murat Suri
c9eef4b1fd * Fix iOS bug 2011-06-27 20:49:11 +00:00
Raynaldo Rivera
397909621e Fixed path issue with tutorial 1 2011-06-26 17:46:25 +00:00
Raynaldo Rivera
d09923391a Fixed file path issue. 2011-06-26 17:43:03 +00:00
Raynaldo Rivera
24f2d4135c Added support for MINGW preprocessor so samples compile correctly on mingw builds 2011-06-26 17:40:05 +00:00
Raynaldo Rivera
f7749c2532 Modified the title and version numbers on the tutorials. 2011-06-26 16:18:33 +00:00
Murat Suri
eff0139637 * Fix typo 2011-06-26 16:10:42 +00:00
Raynaldo Rivera
8a2f85bb50 Modified Manager in the tutorials was renamed to audioMgr 2011-06-26 16:04:55 +00:00
Murat Suri
a585385f46 * Make it easier to playback AudioCaptureBuffer 2011-06-26 11:16:45 +00:00
Murat Suri
a4d12b68c7 * Fix CSharpSample for AudioCapturing (make container object which takes care of buffer alloc/dealloc) 2011-06-26 11:05:51 +00:00
Raynaldo Rivera
d98968d433 Unneeded settings file deleted 2011-06-26 02:26:37 +00:00
Raynaldo Rivera
0f93cb1fa8 Uploading completed tutorials minus error on tutorial 4 2011-06-26 02:24:40 +00:00
Murat Suri
b3ebcd165a * Fix setMasterVolume 2011-06-26 00:01:51 +00:00
Murat Suri
7d3ca20853 * Fix static build 2011-06-25 23:43:01 +00:00
Murat Suri
02db1bcc5b * Update demo 2011-06-25 23:34:10 +00:00
Murat Suri
7f7eadf6c9 Combine CSharpDemos 2011-06-25 23:24:25 +00:00
Murat Suri
a0f360c86c * Fix c# string issues 2011-06-25 22:46:38 +00:00
Murat Suri
374913e9d0 * Cache volume of the AudioSource so we have a proper master volume handling 2011-06-25 08:32:37 +00:00
Murat Suri
3e6ad2abe0 * Update C# binding
* Update IAudioManager simplify the playback of 2D/3D audio
2011-06-24 21:29:18 +00:00
Murat Suri
cf79cb7dc1 * Now its possible to drop a cAudioSource which takes then care of releasing itself.
-- The user can call IAudioManager::release with an cAudioSource but its also possible just to call drop on the AudioSource until true is returned and the AudioSource will be removed from the IAudioManager and deleted.
2011-06-12 21:57:42 +00:00
Murat Suri
313a043eff Fix OSX build errors 2011-06-05 21:47:07 +00:00
Murat Suri
a38f99589e * Introduce IAudioDeviceContext and start wrapping OpenAL stuff into cOpenALDeviceContext (its already used for cAudioManager)
* Update C# binding
2011-06-05 20:56:07 +00:00
Murat Suri
456fe37358 * Remove directory prefixes (../Headers/ | ../includes/ ) from all *.h/*.cpp files this is now correctly handled by CMake 2011-06-05 19:23:53 +00:00
Murat Suri
dfcf4d5f62 * Abstract away device detection now we have IAudioDeviceList (removed openAL code from capture/sound manager)
* Converted samples to use the devicelist object
* Enhanced C# binding
2011-06-05 17:02:47 +00:00
Murat Suri
43dfdb841c * Fix bug where OpenAL resources never get released
* Remove unused function release from cAudioSource interface
2011-06-05 13:56:16 +00:00
Murat Suri
83a61f0494 * Unify AudioSource creation (Code were unreadable) 2011-06-05 13:51:50 +00:00
Murat Suri
c0d73de948 * When you disable ogg now vorbis/ogg projects are excluded also the Ogg source files are excluded 2011-06-05 12:35:14 +00:00
Murat Suri
e637c2eba2 * Clean cPluginManager (remove obsolete defs, add error retrieval)
* Prefix mp3Decoder with cAp_ (for cAudioPlugin) so it gets auto loaded
2011-06-05 11:26:07 +00:00
Murat Suri
02fc3f80ac * Add initial C# wrapper version 2011-06-02 22:26:29 +00:00
Murat Suri
f6dc2e6a5e * Move static helper functions into cAudio header (this increase maintainability) 2011-06-02 20:26:02 +00:00
Murat Suri
3e062d42ca * Extend CMake build system to reflect all cAudio options (get rid of the cAudioDefines) - now CMake auto generates a cAudioBuildSettings.h based on the user options (this is made per CMake build)
* Modify license headers to reflect new copyrights
2011-06-02 19:59:20 +00:00
Murat Suri
4727870351 * Init version of new Threading system (next: make threading a runtime option instead of a compile time option) 2011-05-29 20:32:21 +00:00
Murat Suri
f3cee669d5 * Use "#pragma once" instead ordinary include guards
* Remove redundant mutex locking in DecoderFactories (the access is already locked by the callee)
2011-05-29 18:33:24 +00:00
Murat Suri
21ab759676 * Fix OpenAL detection on OSX (this do not work for iOS atm)
* Fix samples on OSX
* Fix compile errors on non Windows machine for cAudioString
2011-05-29 09:47:42 +00:00
Murat Suri
5a3c363c4c * Change forum URL (test svn commit rights) 2011-05-27 15:46:08 +00:00
Raynaldo Rivera
20e7e62784 Last fix 2011-05-22 22:05:33 +00:00
Raynaldo Rivera
7d1c0d65fd Murat Sari's Fix 2011-05-22 21:00:49 +00:00
Raynaldo Rivera
ec9c8485a5 Patched cAudio using nalins patch for unicode support. 2011-05-19 04:36:14 +00:00
Raynaldo Rivera
68df33ca10 Uploading new structure of cAudio using wolfmanfx's cmake system 2011-05-19 04:24:29 +00:00
Raynaldo Rivera
6dde5fd37e Clearing The cAudio trunk for the new cmake 2011-05-19 04:17:47 +00:00
Raynaldo Rivera
0c9ae2fc36 Fixed a bug that would cause a crash when ever a audio listener would be added and or removed. 2010-08-20 02:52:36 +00:00
Joshua Jones
12bed3d337 Removed relative paths from includes. 2010-03-25 03:51:50 +00:00
Joshua Jones
4c7ddc0cba Added a constructor that will accept a pointer to a float array. 2010-03-23 00:04:16 +00:00
Raynaldo Rivera
bbc914109f Fixed the linux make file and the codeblocks project file to both copy the lib files into the /lib/ directory. 2010-03-17 01:12:57 +00:00
Raynaldo Rivera
09134ef6c9 Fixed the plugins make file for linux to fix a issue with them not compiling on 64bit machines 2010-03-16 17:59:38 +00:00
Raynaldo Rivera
d447e8d676 Updated the eaxLegacy plugin fixed error in makefile that saved the plugin as a .o instead of .so 2010-03-16 03:22:05 +00:00
Raynaldo Rivera
77874bacf5 Fixed another error in the linux make file that prevented from compiling 2010-03-16 03:17:17 +00:00
Raynaldo Rivera
96655daa81 Changed version number on linux make file to 2.1.0 2010-03-16 03:16:00 +00:00
Raynaldo Rivera
97c186502f Fixed makefile in mp3Decoder error that prevented it from compiling 2010-03-16 03:13:11 +00:00
Raynaldo Rivera
9527ef386c Removed old file.o from makefile 2010-03-16 02:58:52 +00:00
Raynaldo Rivera
1ee6cb10e9 Updated codeblocks project 2010-03-16 02:34:50 +00:00