Force single threaded if only one step is available.
parent
5e40ec7dba
commit
e13b3d6fe7
|
@ -809,7 +809,7 @@ IPipelineStep* FreeDVInterface::createReceivePipeline(
|
|||
auto parallelStep = new ParallelStep(
|
||||
inputSampleRate,
|
||||
outputSampleRate,
|
||||
!singleRxThread_,
|
||||
!singleRxThread_ && parallelSteps.size() > 1,
|
||||
state->preProcessFn,
|
||||
state->postProcessFn,
|
||||
parallelSteps,
|
||||
|
|
Loading…
Reference in New Issue