mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 16:43:33 +02:00
Remove extra switch output call
This commit is contained in:
parent
288e2ee45a
commit
77aecaabd0
1 changed files with 0 additions and 1 deletions
|
@ -449,7 +449,6 @@ void Audio::start() {
|
|||
QAudioDeviceInfo outputDeviceInfo = defaultAudioDeviceForMode(QAudio::AudioOutput);
|
||||
qDebug() << "The default audio output device is" << outputDeviceInfo.deviceName();
|
||||
bool outputFormatSupported = switchOutputToAudioDevice(outputDeviceInfo);
|
||||
outputFormatSupported = switchOutputToAudioDevice(outputDeviceInfo);
|
||||
|
||||
if (!inputFormatSupported) {
|
||||
qDebug() << "Unable to set up audio input because of a problem with input format.";
|
||||
|
|
Loading…
Reference in a new issue