Complete review and update
Simplified module for Music and AudioStream Added support for raw audio streaming (with example)
This commit is contained in:
parent
58d2f70b7e
commit
68d647c1af
10 changed files with 283 additions and 127 deletions
|
@ -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
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue