Description
Changelog
Reviews
This asset is composed of three parts:
- The compiled Opus encoder and decoder modules and RNNoise noise suppression library.
- A VoipHelper module implemented in GDScript that implements essential features such as noise gating, input device choice, jitter buffers, and adaptive gain (not implemented yet).
- A SimpleExample containing an example of the code you need to implement in your own application to drive the VoipHelper, which drives the compiled opus module.
Due to the unpredictable problems caused by networking, VoIP modules are very difficult to debug and make robust. So another essential feature that will soon be included is an comprehensive logging system for all the packets for episodes of bad quality audio so that the problems can be reproduced and addressed.
Changelog for version v5.0.1
No changelog provided for this version.