Added example audio_raw_stream

This commit is contained in:
raysan5 2016-08-06 11:32:53 +02:00
parent 00c7e54d3c
commit ae70540a96
2 changed files with 6 additions and 2 deletions

View file

@ -25,7 +25,6 @@ int main()
int screenWidth = 800;
int screenHeight = 450;
SetConfigFlags(FLAG_MSAA_4X_HINT);
InitWindow(screenWidth, screenHeight, "raylib [audio] example - raw audio streaming");
InitAudioDevice(); // Initialize audio device