mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 23:46:29 +02:00
fix typo
This commit is contained in:
parent
bcdf13c59c
commit
ee752df653
1 changed files with 1 additions and 1 deletions
|
@ -1514,7 +1514,7 @@ bool AudioClient::switchInputToAudioDevice(const QAudioDeviceInfo& inputDeviceIn
|
|||
// This enables clients without a mic to still receive an audio stream from the mixer.
|
||||
if (!_audioInput) {
|
||||
qCDebug(audioclient) << "Audio input device is not available, using dummy input.";
|
||||
_inputDeviceInfo = QAudioDeviceInfo();;
|
||||
_inputDeviceInfo = QAudioDeviceInfo();
|
||||
emit deviceChanged(QAudio::AudioInput, _inputDeviceInfo);
|
||||
|
||||
_inputFormat = _desiredInputFormat;
|
||||
|
|
Loading…
Reference in a new issue