oboe_sink: set low latency performance mode

pull/8/head
Liam 2 years ago
parent 6ca530a721
commit 797e8fdbc3

@ -67,6 +67,7 @@ public:
oboe::AudioStreamBuilder builder;
const auto result = builder.setDirection(direction)
->setPerformanceMode(oboe::PerformanceMode::LowLatency)
->setSampleRate(TargetSampleRate)
->setFormat(oboe::AudioFormat::I16)
->setFormatConversionAllowed(true)
@ -136,6 +137,7 @@ private:
oboe::AudioStreamBuilder builder;
const auto result = builder.setDirection(direction)
->setPerformanceMode(oboe::PerformanceMode::LowLatency)
->setSampleRate(TargetSampleRate)
->setChannelCount(expected_channels)
->setChannelMask(expected_mask)

Loading…
Cancel
Save