Complete review and update

Simplified module for Music and AudioStream
Added support for raw audio streaming (with example)
This commit is contained in:
raysan5 2016-08-02 17:32:24 +02:00
parent 58d2f70b7e
commit 68d647c1af
10 changed files with 283 additions and 127 deletions

View file

@ -36,7 +36,6 @@ int main()
// Update
//----------------------------------------------------------------------------------
if (IsKeyPressed(KEY_SPACE)) PlaySound(fxWav); // Play WAV sound
if (IsKeyPressed(KEY_ENTER)) PlaySound(fxOgg); // Play OGG sound
//----------------------------------------------------------------------------------