We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1273d20 commit a05d1e5Copy full SHA for a05d1e5
playqoa/qoaplay.c
@@ -133,7 +133,7 @@ static void qoaIdler(struct cpifaceSessionAPI_t *cpifaceSession)
133
qoa_file_data_fill = 0;
134
qoa_file_data_remaining = 0;
135
qoa_needseek = 0;
136
- ringbuffer_reset (qoa_audio_ring_position);
+ cpifaceSession->ringbufferAPI->reset (qoa_audio_ring_position);
137
}
138
139
/* fill up the file I/O buffer */
0 commit comments