mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Don't connect dummy input device to voice mixer
connectVoice accepts only vatlib types.
This commit is contained in:
committed by
Klaus Basan
parent
76571f3039
commit
0493dafd69
@@ -46,6 +46,9 @@ namespace BlackCore
|
||||
//! \copydoc IAudioInputDevice::setInputDevice
|
||||
virtual void setInputDevice(const BlackMisc::Audio::CAudioDeviceInfo &device) override;
|
||||
|
||||
//! \copydoc IAudioInputDevice::isDummyDevice
|
||||
virtual bool isDummyDevice() const override { return false; }
|
||||
|
||||
//! Get vatlib input device pointer
|
||||
VatLocalInputCodec *getVatLocalInputCodec() { return m_inputCodec.data(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user