refs #466 Resolved miscellaneous TODO items.

This commit is contained in:
Mathew Sutcliffe
2015-09-14 22:57:19 +01:00
parent a102fc73b6
commit b1a3793c2f
5 changed files with 5 additions and 31 deletions

View File

@@ -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);