Commit Graph

117 Commits

Author SHA1 Message Date
Raynaldo Rivera
b0b826a635 Created a stress test cbp and makefile as well has added the cbp to the workspace 2010-02-21 05:42:36 +00:00
Raynaldo Rivera
a61706abbf change ifndef to ifdef becuase of linux 2010-02-21 04:59:20 +00:00
Raynaldo Rivera
96a40971ee Adjusted a error in the linux makefile 2010-02-21 04:27:00 +00:00
Raynaldo Rivera
507dbfd4d3 Final fix for the memory manager #CAUDIO_USE_MMGR 2010-02-21 04:09:44 +00:00
Raynaldo Rivera
5599cdadf3 trying diffrent way to prevent logging of files when CAUDIO_USE_MMGR isnt defined 2010-02-21 04:00:32 +00:00
Raynaldo Rivera
6534bc16bf another change 2010-02-21 03:47:13 +00:00
Raynaldo Rivera
a2dcb1dc2c small include change 2010-02-21 03:44:02 +00:00
Raynaldo Rivera
c9b4953246 Misc fixes 2010-02-21 03:42:40 +00:00
Raynaldo Rivera
0bc4b9c530 added the last need header for memory manager support under linux 2010-02-21 03:27:53 +00:00
Raynaldo Rivera
8135b93bc3 Added another define to the memory manager 2010-02-21 03:00:18 +00:00
Raynaldo Rivera
d7cc61ab1e Added define to get memory manager to compile on windows. 2010-02-21 02:30:34 +00:00
Joshua Jones
03fb7166e1 Fix to linux support of dynamic libraries (also works on windows) 2010-02-21 02:19:14 +00:00
Raynaldo Rivera
bea4b72893 Added the memory manager class 2010-02-21 01:47:24 +00:00
Raynaldo Rivera
4cff1194d0 Final make file 2010-02-20 21:45:11 +00:00
Joshua Jones
2446119a5a Removed the CAUDIO_EXPORTS define completely, now the default is dynamic linking, unless CAUDIO_STATIC_LIB is defined. 2010-02-20 21:13:52 +00:00
Joshua Jones
b69d688533 Changes to CAUDIO_API to try to make linux .so to work. 2010-02-20 20:53:18 +00:00
Raynaldo Rivera
bee6c8894d Adjusted the makefiles to work correctly. 2010-02-20 18:22:52 +00:00
Raynaldo Rivera
7cda1a3039 Added the mp3 plugin linux support 2010-02-20 08:44:59 +00:00
Raynaldo Rivera
869eb18b21 Added linux support to the EAXLegacyPreset and created the makefile for it 2010-02-20 08:35:34 +00:00
Raynaldo Rivera
ce77c9f932 Added the makefiles for linux... 2010-02-20 08:11:18 +00:00
Raynaldo Rivera
4cba44dd46 Added a ifdef to cAudioManager to include alcext as well has the somewaht complete makefile 2010-02-20 05:41:28 +00:00
Raynaldo Rivera
ff15f046a1 Is now linux compatable 2010-02-20 04:15:37 +00:00
Joshua Jones
b83f75d0c7 Final part of the rename to fix casing. 2010-02-20 04:11:58 +00:00
Joshua Jones
480092b33c Part of a 2 part rename of wave decoder to fix the casing. 2010-02-20 04:11:12 +00:00
Raynaldo Rivera
7f3bfe82c2 Added needed include to get working on linux 2010-02-20 04:03:41 +00:00
Joshua Jones
131959224f Added an ifdef for linux which will, be default, disable EFX support on linux. We are doing this because of licensing issues with EFX on linux. We cannot provide in our packages key EFX headers. If you want EFX support on linux, you must provide them yourself. 2010-02-20 03:51:40 +00:00
Joshua Jones
629fee3891 Updated readme to match our new release. 2010-02-20 03:42:33 +00:00
Joshua Jones
b1f2680420 Update to move default audio decoder and data source registration to creation of the audio manager. This way, plugins can always override default implementations of the default decoders/sources. 2010-02-20 03:19:59 +00:00
Raynaldo Rivera
62e876ccb2 Added the true correct include 2010-02-20 03:03:30 +00:00
Raynaldo Rivera
f927fea4a8 added the missing include file 2010-02-20 02:57:49 +00:00
Raynaldo Rivera
54d53167e7 Line added to test the new respitory 2010-02-19 01:34:16 +00:00
Joshua Jones
9b5870b89b Small fix to prevent the end of an audio stream from being cut off when the source auto resets when stream ends. 2010-02-18 05:00:43 +00:00
Joshua Jones
b24a4f2bb8 More documentation.
Added image for the API doc.
Fixed a bug where audio sources would not reset themselves when they stopped playing a stream due to reaching the end.
2010-02-18 04:22:59 +00:00
Raynaldo Rivera
72169dc8f8 Added the mutex locking to the signalEvent() 2010-02-18 02:22:50 +00:00
Joshua Jones
b05550fe69 More commenting. 2010-02-17 05:57:55 +00:00
Joshua Jones
ffb0a8bdf9 Updated IAudio Decoder (and all official decoders) to provide Total Time/Size/Decoded Size of an audio stream and the current position (in time, size, and decoded size). Audio Sources also expose this information. 2010-02-17 03:49:22 +00:00
Joshua Jones
869057b230 Added a doc folder and doxygen file that can be used for generating html documentation. The path to the doc folder in the file is removed, you must set that yourself. 2010-02-17 02:00:27 +00:00
Joshua Jones
7c8aa15ea2 Work on documenting the library for doxygen. 2010-02-17 01:42:45 +00:00
Raynaldo Rivera
857f2012b4 Fixed the linux build version. 2010-02-16 03:29:51 +00:00
Raynaldo Rivera
adeafbdd46 Fixed IAudioManager so it will compile under mingw. also created the two plugins cbp project files and added to workspace. 2010-02-16 03:18:18 +00:00
Raynaldo Rivera
b118bdc7ac Fixed the visual studio files to use the _d suffix 2010-02-16 03:00:21 +00:00
Raynaldo Rivera
30346e9df1 Finished fixing the cpb projects created new ones for 1-7 each has a debug and release for mingw and visual studio. Even added workspace for ease of compiling everything with codeblocks. 2010-02-16 02:46:27 +00:00
Raynaldo Rivera
2dfc01ed54 Removed the annoying .layout 2010-02-16 01:40:48 +00:00
Raynaldo Rivera
7db441ce57 Uploading new codeblocks project that compiles cAudio 2010-02-16 01:38:50 +00:00
Raynaldo Rivera
814a64586e Fixed and added needs librarys to compile under mingw32 2010-02-16 01:37:25 +00:00
Joshua Jones
d12e0464c7 Deleted the todo list file, we are using another method to coordinate our efforts. 2010-02-15 00:03:45 +00:00
Joshua Jones
4e59f9befc Added a license file and readme for the EAXLegacyPreset plugin. 2010-02-15 00:00:40 +00:00
Raynaldo Rivera
24802ec8e9 Fixed tutorial 6 2010-02-14 23:56:48 +00:00
Raynaldo Rivera
d9d36a8ced Added tutorial 7 2010-02-14 23:44:26 +00:00
Joshua Jones
66a52d41dd Fixed a bug that would cause an exception when unregisterAllEventHandlers was called. 2010-02-14 23:33:10 +00:00