An open API service indexing awesome lists of open source software.

https://github.com/rhasspy/speexdsp-cli

Tiny program to filter an audio stream through speex for noise suppression
https://github.com/rhasspy/speexdsp-cli

Last synced: about 2 months ago
JSON representation

Tiny program to filter an audio stream through speex for noise suppression

Awesome Lists containing this project

README

        

# speexdsp-cli

Tiny program to filter an audio stream through [speex](https://www.speex.org/) for noise suppression.

``` sh
arecord -r 16000 -c 1 -f S16_LE -t raw | ./speexdsp-cli | aplay -r 16000 -c 1 -f S16_LE -t raw
```