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
- Host: GitHub
- URL: https://github.com/rhasspy/speexdsp-cli
- Owner: rhasspy
- License: other
- Created: 2023-07-13T20:47:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T20:48:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T22:43:15.047Z (3 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```