mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Audio: start qtLastFetch timer in LoopUser to fix local loopback.
This commit is contained in:
parent
acd664a0d8
commit
f7c40bd0ca
@ -88,6 +88,7 @@ LoopUser::LoopUser() {
|
||||
tsState = Settings::Passive;
|
||||
cChannel = NULL;
|
||||
qtTicker.start();
|
||||
qtLastFetch.start();
|
||||
}
|
||||
|
||||
void LoopUser::addFrame(const QByteArray &packet) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user