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