Commit Graph

10 Commits

Author SHA1 Message Date
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