mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 14:53:24 +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;
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
adjustedAudioFormat.setSampleRate(44100);
|
||||
// FIXME: query the native sample rate of the device?
|
||||
adjustedAudioFormat.setSampleRate(48000);
|
||||
#else
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue