Reviewed example

This commit is contained in:
Ray 2026-01-17 20:15:45 +01:00
parent 9621c3d395
commit fbed591a6f
2 changed files with 1 additions and 1 deletions

View File

@ -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