Commit Graph

280 Commits

Author SHA1 Message Date
prettyvanilla dcdc3b1c48 fix extra qualification on member 'cEFXFunctions'
(compilation error on gcc 4.7 without -fpermissive)
2012-07-04 02:26:59 +02:00
Dogshep d9e58fbdf9 Created C# Wrapper 2012-06-26 15:36:26 -07:00
wildicv 2e0234d469 Updated documentation to reflect the new 2.3.0 branch 2012-06-24 16:41:50 -07:00
wildicv c356c71b64 Updated 2012-06-24 16:32:25 -07:00
wildicv 5d082f26fd Updated documentation on cAudio.h and added a Doxyfile for easy doxygen documentation 2012-06-24 16:12:44 -07:00
Raynaldo Rivera bae82cb46e Merge pull request #16 from geromueller/master
linux CMAKE_INSTALL_PREEFIX
2012-05-08 12:11:12 -07:00
Gero Müller 86c95061fa use CMAKE_INSTALL_PREFIX on linux 2012-05-03 10:14:39 +02:00
Raynaldo Rivera 4c2d37a250 Uploading correct Openal32.lib Previous was debug now its release 2012-02-28 16:45:35 -07:00
unknown 95fa017f3d Uploading fixed tutorial 3. 2012-02-28 16:39:08 -07:00
unknown 61f4ee609a Renamed setMaxDistance() to setMaxAttenuationDistance() to clear up
confusion on what the function is intended to do
2012-02-28 15:52:06 -07:00
Raynaldo Rivera fbc06037a3 Updated readme to remove linux bug info 2012-02-19 11:41:28 -07:00
Raynaldo Rivera 118f8da5d2 Merge pull request #11 from d-Pixie/master
Fix for threading on Linux.
2012-02-19 10:37:31 -08:00
Jonas Erlandsson 1c3e227ba8 Fix that fixes threading on Linux. 2012-02-19 19:22:31 +01:00
Raynaldo Rivera 2c087fd8a8 Fixed the ReleaseAllSources() bug that occured. Corrected the index out of
bound error
2012-02-18 00:44:04 -07:00
Raynaldo Rivera 7d9c0936de Removed old website info from README 2012-02-18 00:11:23 -07:00
Raynaldo Rivera 37d331cc94 Merge pull request #9 from d-Pixie/master
Updated README again.
2012-02-17 23:08:51 -08:00
Jonas Erlandsson dc95d24dfc Updated readme with some problems reported by Thijs 2012-02-17 20:28:04 +01:00
Raynaldo Rivera 10c3646f87 Merge pull request #7 from d-Pixie/master
Pulled D-Pixie's new Readme into cAudio
2012-02-13 15:00:32 -08:00
Jonas Erlandsson a393c010fb Added real build instructions for Linux to the README.md. 2012-02-12 20:37:04 +01:00
Jonas Erlandsson c5b02cff4a Started converting readme to markdown in preparation for the linux build guide. 2012-02-11 21:24:00 +01:00
Raynaldo Rivera 86548b9477 Merge pull request #3 from d-Pixie/master
Here are all the changes we had to make to get it to compile on Linux (Ubuntu 10.10, 11.04 and 11.10), both 32 and 64 -bit. You still need to jump through a few hoops (need ogg and vorbis -dev packages installed despite the fact that they are in the dep.
2011-12-27 10:47:35 -08:00
Jonas Erlandsson c9cfd31b29 Linux compat changes.
Removed line 4-6 in CMake/InstallDependencies.cmake so Linux also get the macros.
Edited DependenciesSource/.../CMakeLists.txt to add -fPIC compiler option on Linux 64bit.
Edited all Examples/.../CMakeLists.txt to rename "Main.cpp" to "main.cpp".
Edited cAudio/include/cSTLAllocator.h to make the inclusion of cstddef.h explicit for gcc 2.6+.

Despite this you still need to copy Dependencies/include/OpenAL/alc.h to /usr/include/AL/alc.h (for Ubuntu or whatever path that is on your system) for it to compile if you are not running the development build of OpenAL.
2011-12-27 12:37:02 +01:00
Raynaldo Rivera 192adb025f Fixed a typo in the tutorials that prevented the examples from building correctly. 2011-08-24 01:28:31 -07:00
Raynaldo Rivera 30a93c13d1 Updating cmakelist to reflect directory rename. 2011-08-24 01:17:45 -07:00
Raynaldo Rivera e3663f2ba6 Adding new examples directory structure. 2011-08-24 01:16:40 -07:00
Raynaldo Rivera 8f6a8acace Removing old samples directory 2011-08-24 01:14:48 -07:00
Raynaldo Rivera 869d95abef Updated the Readme to reflect new changes 2011-08-24 00:11:00 -07:00
Raynaldo Rivera 7bee9e9901 Converting svn ignore to git ignore 2011-07-18 19:22:00 -07:00
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