RNNoise based docker image to reduce background noise in raw PCM audio files.
1.7K
RNNoise is a noise suppression library based on deep learning. This Docker image provides an easy-to-use setup for applying RNNoise to reduce background noise in raw PCM audio files.
For Raw PCM Input and Output
If your input and output files are in raw PCM format:
docker run --rm -v $(pwd):/data rnnoise /data/input.raw /data/output.raw
For WAV Input and Output
To convert WAV files to raw PCM, process with RNNoise, and convert back to WAV:
docker run --rm -v $(pwd):/data rnnoise /data/input.wav /data/output.wav
The container automatically handles file conversion:
Content type
Image
Digest
sha256:551aecab6…
Size
342.9 MB
Last updated
over 2 years ago
docker pull exadatum/rnnoise