From 81862f8c3067591bad84f993080d63d3ba0e2d02 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 11 Nov 2020 15:59:26 +0100 Subject: [PATCH] Allow to move pulse stream #8467 This potentially breaks various assumptions (e.g. no resampling, fixed buffersize) when the stream is moved to a different device. Then again it's pulseaudio, which is unsuitable for pro-audio to begin with. --- libs/backends/pulseaudio/pulseaudio_backend.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/backends/pulseaudio/pulseaudio_backend.cc b/libs/backends/pulseaudio/pulseaudio_backend.cc index 1dddc8ccff..17d4288a7e 100644 --- a/libs/backends/pulseaudio/pulseaudio_backend.cc +++ b/libs/backends/pulseaudio/pulseaudio_backend.cc @@ -301,10 +301,10 @@ PulseAudioBackend::init_pulse () | (int)PA_STREAM_NO_REMAP_CHANNELS | (int)PA_STREAM_NO_REMIX_CHANNELS - | (int)PA_STREAM_DONT_MOVE | (int)PA_STREAM_EARLY_REQUESTS /* + | (int)PA_STREAM_DONT_MOVE | (int)PA_STREAM_ADJUST_LATENCY | (int)PA_STREAM_AUTO_TIMING_UPDATE | (int)PA_STREAM_INTERPOLATE_TIMING