mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:30:42 +02:00
Fix typo
This commit is contained in:
parent
143b9c663f
commit
4d576d7aaf
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ QAudioDeviceInfo defaultAudioDeviceForMode(QAudio::Mode mode) {
|
||||||
bool adjustedFormatForAudioDevice(const QAudioDeviceInfo& audioDevice,
|
bool adjustedFormatForAudioDevice(const QAudioDeviceInfo& audioDevice,
|
||||||
const QAudioFormat& desiredAudioFormat,
|
const QAudioFormat& desiredAudioFormat,
|
||||||
QAudioFormat& adjustedAudioFormat) {
|
QAudioFormat& adjustedAudioFormat) {
|
||||||
// FIXME: direcly using 24khz has a bug somewhere that causes channels to be swapped.
|
// FIXME: directly using 24khz has a bug somewhere that causes channels to be swapped.
|
||||||
// Continue using our internal resampler, for now.
|
// Continue using our internal resampler, for now.
|
||||||
if (false && !audioDevice.isFormatSupported(desiredAudioFormat)) {
|
if (false && !audioDevice.isFormatSupported(desiredAudioFormat)) {
|
||||||
qCDebug(audioclient) << "The desired format for audio I/O is" << desiredAudioFormat;
|
qCDebug(audioclient) << "The desired format for audio I/O is" << desiredAudioFormat;
|
||||||
|
|
Loading…
Reference in a new issue