mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-20 22:35:31 +00:00
Reviewed example
This commit is contained in:
parent
9621c3d395
commit
fbed591a6f
@ -115,7 +115,7 @@ int main(void)
|
||||
.tapbackPos = 0.01f
|
||||
};
|
||||
|
||||
size_t wavCursor = 0;
|
||||
int wavCursor = 0;
|
||||
const short *wavPCM16 = wav.data;
|
||||
|
||||
short chunkSamples[AUDIO_STREAM_RING_BUFFER_SIZE] = { 0 };
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user