mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-06 10:20:42 +00:00
portaudio: fill all available playback buffers
This commit is contained in:
parent
ee37d7ff8b
commit
a047356383
@ -165,7 +165,7 @@ static int portaudio_callback_source( const void * inputBuff
|
|||||||
static void driver_timer_handler_sink(btstack_timer_source_t * ts){
|
static void driver_timer_handler_sink(btstack_timer_source_t * ts){
|
||||||
|
|
||||||
// playback buffer ready to fill
|
// playback buffer ready to fill
|
||||||
if (output_buffer_to_play != output_buffer_to_fill){
|
while (output_buffer_to_play != output_buffer_to_fill){
|
||||||
(*playback_callback)(output_buffers[output_buffer_to_fill], NUM_FRAMES_PER_PA_BUFFER);
|
(*playback_callback)(output_buffers[output_buffer_to_fill], NUM_FRAMES_PER_PA_BUFFER);
|
||||||
|
|
||||||
// next
|
// next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user