mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +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.
|
// This enables clients without a mic to still receive an audio stream from the mixer.
|
||||||
if (!_audioInput) {
|
if (!_audioInput) {
|
||||||
qCDebug(audioclient) << "Audio input device is not available, using dummy input.";
|
qCDebug(audioclient) << "Audio input device is not available, using dummy input.";
|
||||||
_inputDeviceInfo = QAudioDeviceInfo();;
|
_inputDeviceInfo = QAudioDeviceInfo();
|
||||||
emit deviceChanged(QAudio::AudioInput, _inputDeviceInfo);
|
emit deviceChanged(QAudio::AudioInput, _inputDeviceInfo);
|
||||||
|
|
||||||
_inputFormat = _desiredInputFormat;
|
_inputFormat = _desiredInputFormat;
|
||||||
|
|
Loading…
Reference in a new issue