Commit Graph

  • 7a7993d722 update readme master ottona 2022-08-27 10:40:46 +0200
  • b41af31654 updated release build deps Otto Naderer 2022-08-18 17:12:27 +0200
  • a5db74568f towards win buildability ottona 2022-08-18 15:35:37 +0200
  • ce5d03905a Merge pull request #49 from alreay/master Raynaldo Rivera 2016-12-04 13:15:10 -0700
  • 0933438816 Trigger onUpdate signal within cAudioManager. Added demo tutorial8. areay 2016-11-29 23:27:55 +1300
  • e6f18eb1b7 Merge pull request #45 from TC01/plugins_soname Raynaldo Rivera 2016-08-28 22:01:58 -0700
  • cf32f714b1 Also version the .so files of the plugins. Ben Rosser 2016-08-15 19:43:28 -0400
  • 27c1e05baf Added fix for xcode regarding nullptr and not_eq not being recognized in osx Royal Rivera 2016-08-14 19:16:32 -0700
  • 71b32014dd Update README.md Raynaldo Rivera 2016-08-14 19:05:58 -0700
  • a3acf42e6e Update README.md Raynaldo Rivera 2016-08-14 19:05:41 -0700
  • 207352a120 Merge pull request #44 from ComradeKeys/master Raynaldo Rivera 2016-08-14 18:59:15 -0700
  • 2a790c34da Forgot to apply the macro on the delete, everything should be fine now Brigham Keys, Esq 2016-08-02 12:24:38 -0500
  • 2e0bba4048 Fixed the compiler macro Brigham Keys, Esq 2016-08-01 19:07:27 -0500
  • d9f45c16d6 Removed memory leak Brigham Keys, Esq 2016-08-01 17:09:32 -0500
  • 22be572855 Made the code a bit less ugly Brigham Keys, Esq 2016-08-01 17:06:40 -0500
  • 87f3aff423 Modified the audiomanager so that it can configure where it is going to place the log files Brigham Keys, Esq 2016-08-01 17:03:52 -0500
  • 9b6b2f4853 Made the .so generated be versioned so that packagers can package it easier for the purpose of putting cAudio into repositories Brigham Keys, Esq 2016-08-01 14:08:19 -0500
  • 3b9fd6e4df Merge pull request #41 from TC01/unbundle-ogg-vorbis Raynaldo Rivera 2016-07-29 08:54:30 -0700
  • 1dfc07ecc3 If CAUDIO_SYSTEM_OGG is set, use system ogg/vorbis Ben Rosser 2016-07-21 16:22:18 -0400
  • 8edfaec6f0 Merge pull request #37 from ramccor/ramccor-patch-1 Raynaldo Rivera 2016-03-21 15:32:37 -0700
  • defad00beb Merge pull request #38 from hhyyrylainen/master Raynaldo Rivera 2016-03-21 15:26:40 -0700
  • 0bcfeadd6f Fixed linux compile Henri Hyyryläinen 2016-03-05 12:36:03 +0200
  • c1c2441a2a Update cAudioManager.cpp Ronald McCormick 2016-02-16 15:52:33 -0600
  • 9dde4e4062 Dont drop the already dropped source. Ronald McCormick 2016-02-11 14:24:02 -0600
  • b0a778b6a9 Merge pull request #34 from Gachapen/fix_dlerror Raynaldo Rivera 2016-01-12 21:20:47 -0700
  • 80c58e017b Merge pull request #36 from Lavesson/master Raynaldo Rivera 2016-01-12 21:12:15 -0700
  • 5598b4f386 Remove a duplicated virtual destructor Eric Lavesson 2015-09-28 22:21:21 +0200
  • 81bf1182ca Merge pull request #35 from manylegged/reassembly Raynaldo Rivera 2015-09-27 16:04:20 -0700
  • 36943a1885 add static source type, various bug and compiler error/warning fixes Arthur Danskin 2015-09-27 15:11:51 -0700
  • 3c1cbcfcf1 Fix compile error with dlerror() on Android Magnus Bjerke Vik 2015-08-05 11:26:44 +0200
  • 5c93210189 Merge pull request #33 from hhyyrylainen/GCC_virtual_fix Raynaldo Rivera 2015-04-09 18:18:52 -0700
  • 22ff1a97a9 Added virtual destructor to device list to stop gcc complaining about undefined behaviour Henri Hyyryläinen 2015-04-08 21:08:21 +0300
  • 188bc2c2ed Merge pull request #30 from Lavesson/master Raynaldo Rivera 2015-01-14 14:09:38 -0700
  • 77fd0e4b6a Use a relative path for configure_file Eric Lavesson 2014-12-25 15:13:33 +0100
  • 46406e25c7 Use CMAKE_CURRENT_SOURCE_DIR for modules Eric Lavesson 2014-12-25 14:55:22 +0100
  • a95d308142 Fixed dll when building in debug mode Raynaldo Rivera 2014-11-18 23:43:42 -0700
  • 37eab63fcd Removed unneeded macros in the examples Raynaldo Rivera 2014-09-02 09:38:39 -0700
  • d3229b1c78 Updated version numbers Raynaldo Rivera 2014-09-02 00:02:55 -0700
  • fadc71272b Fixed compiling issue on windows concerning cAudioString Raynaldo Rivera 2014-09-01 23:06:18 -0700
  • 241a89c919 Fixed plugin loading error on linux Raynaldo Rivera 2014-09-01 19:33:38 -0700
  • 6d570357a4 Merge pull request #28 from prettyv/master Raynaldo Rivera 2014-09-01 18:17:16 -0700
  • 9a397582a2 Added whitespace Raynaldo Rivera 2014-09-01 18:03:41 -0700
  • 5131968da5 Added author info to readme Raynaldo Rivera 2014-09-01 18:03:00 -0700
  • 9dabaaa560 Fixed unicode support for EAX-plugin. prettyvanilla 2013-01-26 20:09:13 +0100
  • 9e85ee9520 Merge pull request #20 from LoneBoco/master Raynaldo Rivera 2012-07-12 11:14:33 -0700
  • 9714a3a903 Fixed a compile error and a crash bug. John Norman 2012-07-10 23:13:09 -0700
  • de42f649c4 Fixed compilation on non-Windows platforms. John Norman 2012-07-09 18:44:14 -0700
  • 3a59747d57 Merge pull request #18 from prettyv/master Raynaldo Rivera 2012-07-09 12:57:04 -0700
  • 3397d41ba8 More unicode fixes. John Norman 2012-07-04 11:27:58 -0700
  • 6e02974b10 Fixed unicode support. John Norman 2012-07-04 11:08:23 -0700
  • dcdc3b1c48 fix extra qualification on member 'cEFXFunctions' (compilation error on gcc 4.7 without -fpermissive) prettyvanilla 2012-07-04 02:26:59 +0200
  • d9e58fbdf9 Created C# Wrapper Dogshep 2012-06-26 15:36:26 -0700
  • 2e0234d469 Updated documentation to reflect the new 2.3.0 branch wildicv 2012-06-24 16:41:50 -0700
  • c356c71b64 Updated wildicv 2012-06-24 16:32:25 -0700
  • 5d082f26fd Updated documentation on cAudio.h and added a Doxyfile for easy doxygen documentation wildicv 2012-06-24 16:12:44 -0700
  • bae82cb46e Merge pull request #16 from geromueller/master Raynaldo Rivera 2012-05-08 12:11:12 -0700
  • 86c95061fa use CMAKE_INSTALL_PREFIX on linux Gero Müller 2012-05-03 10:14:39 +0200
  • 4c2d37a250 Uploading correct Openal32.lib Previous was debug now its release Raynaldo Rivera 2012-02-28 16:45:35 -0700
  • 95fa017f3d Uploading fixed tutorial 3. unknown 2012-02-28 16:39:08 -0700
  • 61f4ee609a Renamed setMaxDistance() to setMaxAttenuationDistance() to clear up confusion on what the function is intended to do unknown 2012-02-28 15:52:06 -0700
  • fbc06037a3 Updated readme to remove linux bug info Raynaldo Rivera 2012-02-19 11:41:28 -0700
  • 118f8da5d2 Merge pull request #11 from d-Pixie/master Raynaldo Rivera 2012-02-19 10:37:31 -0800
  • 1c3e227ba8 Fix that fixes threading on Linux. Jonas Erlandsson 2012-02-19 19:22:31 +0100
  • 2c087fd8a8 Fixed the ReleaseAllSources() bug that occured. Corrected the index out of bound error Raynaldo Rivera 2012-02-18 00:44:04 -0700
  • 7d9c0936de Removed old website info from README Raynaldo Rivera 2012-02-18 00:11:23 -0700
  • 37d331cc94 Merge pull request #9 from d-Pixie/master Raynaldo Rivera 2012-02-17 23:08:51 -0800
  • dc95d24dfc Updated readme with some problems reported by Thijs Jonas Erlandsson 2012-02-17 20:28:04 +0100
  • 10c3646f87 Merge pull request #7 from d-Pixie/master Raynaldo Rivera 2012-02-13 15:00:32 -0800
  • a393c010fb Added real build instructions for Linux to the README.md. Jonas Erlandsson 2012-02-12 20:37:04 +0100
  • c5b02cff4a Started converting readme to markdown in preparation for the linux build guide. Jonas Erlandsson 2012-02-11 21:24:00 +0100
  • 86548b9477 Merge pull request #3 from d-Pixie/master Raynaldo Rivera 2011-12-27 10:47:35 -0800
  • 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+. Jonas Erlandsson 2011-12-27 12:37:02 +0100
  • 192adb025f Fixed a typo in the tutorials that prevented the examples from building correctly. Raynaldo Rivera 2011-08-24 01:28:31 -0700
  • 30a93c13d1 Updating cmakelist to reflect directory rename. Raynaldo Rivera 2011-08-24 01:17:45 -0700
  • e3663f2ba6 Adding new examples directory structure. Raynaldo Rivera 2011-08-24 01:16:40 -0700
  • 8f6a8acace Removing old samples directory Raynaldo Rivera 2011-08-24 01:14:48 -0700
  • 869d95abef Updated the Readme to reflect new changes Raynaldo Rivera 2011-08-24 00:11:00 -0700
  • 7bee9e9901 Converting svn ignore to git ignore Raynaldo Rivera 2011-07-18 19:22:00 -0700
  • c9eef4b1fd * Fix iOS bug Murat Suri 2011-06-27 20:49:11 +0000
  • 397909621e Fixed path issue with tutorial 1 Raynaldo Rivera 2011-06-26 17:46:25 +0000
  • d09923391a Fixed file path issue. Raynaldo Rivera 2011-06-26 17:43:03 +0000
  • 24f2d4135c Added support for MINGW preprocessor so samples compile correctly on mingw builds Raynaldo Rivera 2011-06-26 17:40:05 +0000
  • f7749c2532 Modified the title and version numbers on the tutorials. Raynaldo Rivera 2011-06-26 16:18:33 +0000
  • eff0139637 * Fix typo Murat Suri 2011-06-26 16:10:42 +0000
  • 8a2f85bb50 Modified Manager in the tutorials was renamed to audioMgr Raynaldo Rivera 2011-06-26 16:04:55 +0000
  • a585385f46 * Make it easier to playback AudioCaptureBuffer Murat Suri 2011-06-26 11:16:45 +0000
  • a4d12b68c7 * Fix CSharpSample for AudioCapturing (make container object which takes care of buffer alloc/dealloc) Murat Suri 2011-06-26 11:05:51 +0000
  • d98968d433 Unneeded settings file deleted Raynaldo Rivera 2011-06-26 02:26:37 +0000
  • 0f93cb1fa8 Uploading completed tutorials minus error on tutorial 4 Raynaldo Rivera 2011-06-26 02:24:40 +0000
  • b3ebcd165a * Fix setMasterVolume Murat Suri 2011-06-26 00:01:51 +0000
  • 7d3ca20853 * Fix static build Murat Suri 2011-06-25 23:43:01 +0000
  • 02db1bcc5b * Update demo Murat Suri 2011-06-25 23:34:10 +0000
  • 7f7eadf6c9 Combine CSharpDemos Murat Suri 2011-06-25 23:24:25 +0000
  • a0f360c86c * Fix c# string issues Murat Suri 2011-06-25 22:46:38 +0000
  • 374913e9d0 * Cache volume of the AudioSource so we have a proper master volume handling Murat Suri 2011-06-25 08:32:37 +0000
  • 3e6ad2abe0 * Update C# binding * Update IAudioManager simplify the playback of 2D/3D audio Murat Suri 2011-06-24 21:29:18 +0000
  • 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. Murat Suri 2011-06-12 21:57:42 +0000
  • 313a043eff Fix OSX build errors Murat Suri 2011-06-05 21:47:07 +0000
  • a38f99589e * Introduce IAudioDeviceContext and start wrapping OpenAL stuff into cOpenALDeviceContext (its already used for cAudioManager) * Update C# binding Murat Suri 2011-06-05 20:56:07 +0000
  • 456fe37358 * Remove directory prefixes (../Headers/ | ../includes/ ) from all *.h/*.cpp files this is now correctly handled by CMake Murat Suri 2011-06-05 19:23:53 +0000