BananaHemic / Mumble-Unity

Performant Mumble Client For Unity3D
MIT License
78 stars 29 forks source link

CPU usage #7

Closed micz84 closed 6 years ago

micz84 commented 6 years ago

I have been testing this client and I have noticed that it uses a lot of CPU. It uses 15% of i7 7700k.

BananaHemic commented 6 years ago

You were right, there was a very large CPU usage when streaming audio. It turns out this was because the encoding thread failed to terminate or sleep when necessary. I fixed this in 5bb86edb9652e857661e8c81cbeeb02ba16ac06a

Thanks for taking the time to let me know about this issue. If you still get poor performance, feel free to reopen.