mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +08:00
refs #466 Resolved miscellaneous TODO items.
This commit is contained in:
@@ -63,16 +63,6 @@ namespace BlackCore
|
||||
return make_unique<CAudioMixerVatlib>(this);
|
||||
}
|
||||
|
||||
/* FIXME:
|
||||
Can the following methods be more general somehow?
|
||||
E.g.:
|
||||
template <typename Input, typename Output>
|
||||
connectVoice(Input input, Output output)
|
||||
{
|
||||
...
|
||||
}
|
||||
*/
|
||||
|
||||
void CVoiceVatlib::connectVoice(IAudioInputDevice *device, IAudioMixer *mixer, IAudioMixer::InputPort inputPort)
|
||||
{
|
||||
auto audioInputVatlib = qobject_cast<CAudioInputDeviceVatlib*>(device);
|
||||
|
||||
Reference in New Issue
Block a user