diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/backends/oboe.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/backends/oboe.cpp b/alc/backends/oboe.cpp index 32e4d4dd..68f7205b 100644 --- a/alc/backends/oboe.cpp +++ b/alc/backends/oboe.cpp @@ -81,7 +81,10 @@ bool OboePlayback::reset() builder.setCallback(this); if(mDevice->Flags.test(FrequencyRequest)) + { + builder.setSampleRateConversionQuality(oboe::SampleRateConversionQuality::High); builder.setSampleRate(static_cast<int32_t>(mDevice->Frequency)); + } if(mDevice->Flags.test(ChannelsRequest)) { /* Only use mono or stereo at user request. There's no telling what |