Force single threaded if only one step is available.

ms-macos-dropout-improvement
Mooneer Salem 2025-05-16 23:43:00 -04:00
parent 5e40ec7dba
commit e13b3d6fe7
1 changed files with 1 additions and 1 deletions

View File

@ -809,7 +809,7 @@ IPipelineStep* FreeDVInterface::createReceivePipeline(
auto parallelStep = new ParallelStep(
inputSampleRate,
outputSampleRate,
!singleRxThread_,
!singleRxThread_ && parallelSteps.size() > 1,
state->preProcessFn,
state->postProcessFn,
parallelSteps,