mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
Set the actually opened audio device from vatlib
In the past, the optional arguments currentInput and currentOutput were not used. Therefore we never knew which device was actually opened by vatlib. This caused the Audio UI to be completely unsychronized from the reality when loading swiftgui. ref T337
This commit is contained in:
committed by
Klaus Basan
parent
44b1273085
commit
24ebc2ce7f
@@ -41,9 +41,6 @@ namespace BlackCore
|
||||
//! \copydoc IAudioInputDevice::getInputDevices
|
||||
virtual const BlackMisc::Audio::CAudioDeviceInfoList &getInputDevices() const override;
|
||||
|
||||
//! \copydoc IAudioInputDevice::getDefaultInputDevice
|
||||
virtual const BlackMisc::Audio::CAudioDeviceInfo &getDefaultInputDevice() const override;
|
||||
|
||||
//! \copydoc IAudioInputDevice::getCurrentInputDevice
|
||||
virtual const BlackMisc::Audio::CAudioDeviceInfo &getCurrentInputDevice() const override;
|
||||
|
||||
@@ -87,9 +84,6 @@ namespace BlackCore
|
||||
//! \copydoc IAudioOutputDevice::getOutputDevices
|
||||
virtual const BlackMisc::Audio::CAudioDeviceInfoList &getOutputDevices() const override;
|
||||
|
||||
//! \copydoc IAudioOutputDevice::getDefaultOutputDevice
|
||||
virtual const BlackMisc::Audio::CAudioDeviceInfo &getDefaultOutputDevice() const override;
|
||||
|
||||
//! \copydoc IAudioOutputDevice::getCurrentOutputDevice
|
||||
virtual const BlackMisc::Audio::CAudioDeviceInfo &getCurrentOutputDevice() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user