mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 14:21:10 +02:00
Better Android settings
This commit is contained in:
parent
f1455ab157
commit
ed9061040a
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ bool adjustedFormatForAudioDevice(const QAudioDeviceInfo& audioDevice,
|
||||||
adjustedAudioFormat = desiredAudioFormat;
|
adjustedAudioFormat = desiredAudioFormat;
|
||||||
|
|
||||||
#ifdef Q_OS_ANDROID
|
#ifdef Q_OS_ANDROID
|
||||||
adjustedAudioFormat.setSampleRate(44100);
|
// FIXME: query the native sample rate of the device?
|
||||||
|
adjustedAudioFormat.setSampleRate(48000);
|
||||||
#else
|
#else
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue