Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : python-webrtc-noise-gain Version : 1.3.0 Upstream Author : The Home Assistant Authors <[email protected]> * URL : https://github.com/OHF-voice/webrtc-noise-gain * License : Apache-2.0 Programming Lang: Python Description : noise suppression and automatic gain processing for speech audio This library processes short frames of 16 kHz, mono, 16-bit PCM audio. It applies configurable noise suppression and automatic gain control, and reports whether voice activity was detected in each processed frame. . The main interface is an AudioProcessor object. It consumes 10 ms audio blocks as bytes and returns processed audio bytes together with a speech flag. It is commonly used as one stage in a local voice pipeline, receiving microphone audio from the caller and passing cleaned audio back for later speech handling. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.

