mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 06:44:32 +00:00
btstack_audio_portaudio: fix automatic close stream for sink
This commit is contained in:
parent
3cbedd4337
commit
2d66e7972b
@ -443,7 +443,7 @@ static void btstack_audio_portaudio_source_close(void){
|
||||
if (!recording_callback) return;
|
||||
|
||||
if (source_active){
|
||||
btstack_audio_portaudio_sink_stop_stream();
|
||||
btstack_audio_portaudio_source_stop_stream();
|
||||
}
|
||||
|
||||
PaError err = Pa_CloseStream(stream_source);
|
||||
|
Loading…
x
Reference in New Issue
Block a user