7a7993d722
update readme
2022-08-27 10:40:46 +02:00
Otto Naderer
b41af31654
updated release build deps
2022-08-18 17:12:27 +02:00
a5db74568f
towards win buildability
2022-08-18 15:35:37 +02:00
Raynaldo Rivera
ce5d03905a
Merge pull request #49 from alreay/master
...
Trigger onUpdate signal within cAudioManager. Added demo tutorial8.
2016-12-04 13:15:10 -07:00
areay
0933438816
Trigger onUpdate signal within cAudioManager. Added demo tutorial8.
2016-11-29 23:27:55 +13:00
Raynaldo Rivera
e6f18eb1b7
Merge pull request #45 from TC01/plugins_soname
...
Also version the .so files of the plugins
2016-08-28 22:01:58 -07:00
Ben Rosser
cf32f714b1
Also version the .so files of the plugins.
...
Use the same versions as current cAudio, for now.
2016-08-15 19:43:28 -04:00
Royal Rivera
27c1e05baf
Added fix for xcode regarding nullptr and not_eq not being recognized in osx
2016-08-14 19:16:32 -07:00
Raynaldo Rivera
71b32014dd
Update README.md
2016-08-14 19:05:58 -07:00
Raynaldo Rivera
a3acf42e6e
Update README.md
2016-08-14 19:05:41 -07:00
Raynaldo Rivera
207352a120
Merge pull request #44 from ComradeKeys/master
...
The location of the log file can now be specified
2016-08-14 18:59:15 -07:00
Brigham Keys, Esq
2a790c34da
Forgot to apply the macro on the delete, everything should be fine now
2016-08-02 12:24:38 -05:00
Brigham Keys, Esq
2e0bba4048
Fixed the compiler macro
2016-08-01 19:07:27 -05:00
Brigham Keys, Esq
d9f45c16d6
Removed memory leak
2016-08-01 17:09:32 -05:00
Brigham Keys, Esq
22be572855
Made the code a bit less ugly
2016-08-01 17:06:40 -05:00
Brigham Keys, Esq
87f3aff423
Modified the audiomanager so that it can configure where it is going to place the log files
2016-08-01 17:03:52 -05:00
Brigham Keys, Esq
9b6b2f4853
Made the .so generated be versioned so that packagers can package it easier for the purpose of putting cAudio into repositories
2016-08-01 14:08:19 -05:00
Raynaldo Rivera
3b9fd6e4df
Merge pull request #41 from TC01/unbundle-ogg-vorbis
...
If CAUDIO_SYSTEM_OGG is set, use system ogg/vorbis.
2016-07-29 08:54:30 -07:00
Ben Rosser
1dfc07ecc3
If CAUDIO_SYSTEM_OGG is set, use system ogg/vorbis
...
This commit makes it possible to link against system-wide copies
of libogg and libvorbis instead of using the bundled dependencies
here, by setting -DCAUDIO_SYSTEM_OGG=TRUE at configuration time.
By default, CAUDIO_SYSTEM_OGG is False so as to not break any
default behavior.
2016-07-21 16:22:18 -04:00
Raynaldo Rivera
8edfaec6f0
Merge pull request #37 from ramccor/ramccor-patch-1
...
Dont drop the already dropped source.
2016-03-21 15:32:37 -07:00
Raynaldo Rivera
defad00beb
Merge pull request #38 from hhyyrylainen/master
...
Fixed linux compile
2016-03-21 15:26:40 -07:00
Henri Hyyryläinen
0bcfeadd6f
Fixed linux compile
2016-03-05 12:36:03 +02:00
Ronald McCormick
c1c2441a2a
Update cAudioManager.cpp
2016-02-16 15:52:33 -06:00
Ronald McCormick
9dde4e4062
Dont drop the already dropped source.
2016-02-11 14:24:02 -06:00
Raynaldo Rivera
b0a778b6a9
Merge pull request #34 from Gachapen/fix_dlerror
...
Fix compile error with dlerror() on Android
2016-01-12 21:20:47 -07:00
Raynaldo Rivera
80c58e017b
Merge pull request #36 from Lavesson/master
...
Remove a duplicated virtual destructor
2016-01-12 21:12:15 -07:00
Eric Lavesson
5598b4f386
Remove a duplicated virtual destructor
...
Seems like this issue was fixed independently by commits
22ff1a97
and 36943a18
, and both ended up getting merged,
giving us a redeclaration of the virtual destructor.
2015-09-28 22:24:58 +02:00
Raynaldo Rivera
81bf1182ca
Merge pull request #35 from manylegged/reassembly
...
add static source type, various bug and compiler error/warning fixes
2015-09-27 16:04:20 -07:00
Arthur Danskin
36943a1885
add static source type, various bug and compiler error/warning fixes
2015-09-27 15:11:51 -07:00
Magnus Bjerke Vik
3c1cbcfcf1
Fix compile error with dlerror() on Android
...
Apparently some dlerror() implementations return the error string as a
const char* in stead of a char* (e.g. Android NDK). Making the variable
storing the returned value a const ensures that it works with any
implementation.
Tested on Linux (GCC) and Android (GCC, API 9, ARM).
2015-08-05 11:26:44 +02:00
Raynaldo Rivera
5c93210189
Merge pull request #33 from hhyyrylainen/GCC_virtual_fix
...
Added a virtual destructor to device list
2015-04-09 18:18:52 -07:00
Henri Hyyryläinen
22ff1a97a9
Added virtual destructor to device list to stop gcc complaining about undefined behaviour
2015-04-08 21:08:21 +03:00
Raynaldo Rivera
188bc2c2ed
Merge pull request #30 from Lavesson/master
...
Use CMAKE_CURRENT_SOURCE_DIR for modules
2015-01-14 14:09:38 -07:00
Eric Lavesson
77fd0e4b6a
Use a relative path for configure_file
2014-12-25 15:13:33 +01:00
Eric Lavesson
46406e25c7
Use CMAKE_CURRENT_SOURCE_DIR for modules
...
This makes it possible to add cAudio from another CMakeLists.txt
2014-12-25 14:55:46 +01:00
Raynaldo Rivera
a95d308142
Fixed dll when building in debug mode
2014-11-18 23:43:42 -07:00
Raynaldo Rivera
37eab63fcd
Removed unneeded macros in the examples
2014-09-02 09:38:39 -07:00
Raynaldo Rivera
d3229b1c78
Updated version numbers
2014-09-02 00:02:55 -07:00
Raynaldo Rivera
fadc71272b
Fixed compiling issue on windows concerning cAudioString
2014-09-01 23:06:18 -07:00
Raynaldo Rivera
241a89c919
Fixed plugin loading error on linux
2014-09-01 19:33:38 -07:00
Raynaldo Rivera
6d570357a4
Merge pull request #28 from prettyv/master
...
Fix compilation with CAUDIO_BUILD_EAX_PLUGIN
2014-09-01 18:17:16 -07:00
Raynaldo Rivera
9a397582a2
Added whitespace
2014-09-01 18:03:41 -07:00
Raynaldo Rivera
5131968da5
Added author info to readme
2014-09-01 18:03:00 -07:00
prettyvanilla
9dabaaa560
Fixed unicode support for EAX-plugin.
2013-01-26 20:09:13 +01:00
Raynaldo Rivera
9e85ee9520
Merge pull request #20 from LoneBoco/master
...
Fixed unicode support and minor crash.
2012-07-12 11:14:33 -07:00
John Norman
9714a3a903
Fixed a compile error and a crash bug.
...
Fixed a compile error in cPluginManager.cpp.
Fixed a crash bug in cAudioManager.cpp. The iterator was becoming
invalid as dropping an audio source was removing it from the vector
being iterated through.
2012-07-10 23:13:09 -07:00
John Norman
de42f649c4
Fixed compilation on non-Windows platforms.
2012-07-09 18:44:14 -07:00
Raynaldo Rivera
3a59747d57
Merge pull request #18 from prettyv/master
...
fix compilation on gcc 4.7
2012-07-09 12:57:04 -07:00
John Norman
3397d41ba8
More unicode fixes.
...
Fixed more unicode stuff I missed the first time around.
2012-07-04 11:27:58 -07:00
John Norman
6e02974b10
Fixed unicode support.
2012-07-04 11:08:23 -07:00