Commit Graph

14 Commits

Author SHA1 Message Date
Raynaldo Rivera
dfef14e5f7 Fixed the >>> needing to be > > > error with mac as well has fixed the size_t undeclared error. 2010-03-13 23:09:59 +00:00
Joshua Jones
befd5f5821 Added custom memory manager. 2010-03-08 04:56:56 +00:00
Joshua Jones
1e334ead1a Fix to cause the onStop event to properly fire when audio sources hit the end of their stream. 2010-02-21 21:38:05 +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
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
66a52d41dd Fixed a bug that would cause an exception when unregisterAllEventHandlers was called. 2010-02-14 23:33:10 +00:00
Raynaldo Rivera
cb9ae7a72c Added tutorial 6 shows how to use a custom event handler as well has removed OnInit from the audio source events. 2010-02-14 22:54:19 +00:00
Raynaldo Rivera
08800c5bad Added the event system 2010-02-13 04:47:59 +00:00
Joshua Jones
16f222c8a5 Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
Raynaldo Rivera
b317412796 changed the IAudio objects and cAudio objects to IAudioSource and cAudioSource 2010-02-10 21:57:09 +00:00
Raynaldo Rivera
c261339e57 2010-02-09 05:33:32 +00:00
Raynaldo Rivera
1e914b9796 2010-02-09 04:18:39 +00:00