Audio: start qtLastFetch timer in LoopUser to fix local loopback.

This commit is contained in:
Mikkel Krautz 2016-12-01 21:07:55 +01:00
parent acd664a0d8
commit f7c40bd0ca

View File

@ -88,6 +88,7 @@ LoopUser::LoopUser() {
tsState = Settings::Passive;
cChannel = NULL;
qtTicker.start();
qtLastFetch.start();
}
void LoopUser::addFrame(const QByteArray &packet) {