Run DNF3 and/or RNNOISE on any audio you like.
Find a file
2024-12-01 19:22:48 +01:00
.vscode cleanup requirements and imported packages 2024-12-01 19:22:48 +01:00
clean_audio INIT 2024-12-01 18:12:39 +01:00
noisy_audio INIT 2024-12-01 18:12:39 +01:00
Dockerfile INIT 2024-12-01 18:12:39 +01:00
init.sh INIT 2024-12-01 18:12:39 +01:00
README.md cleanup requirements and imported packages 2024-12-01 19:22:48 +01:00
requirements.txt cleanup requirements and imported packages 2024-12-01 19:22:48 +01:00
runner.py cleanup requirements and imported packages 2024-12-01 19:22:48 +01:00

Sound-Processing-Function

Run DNF3 and/or RNNOISE on any audio you like.

Put your noisy audio into the noisy_audio Folder,

build it

podman build -t sound-processing-functions .

and run it

podman run -e PROCESSING_TOOL='DNF3' -v '/path/to/audio_video/file/':/app/input_files/ -v /output_path/:/app/output_files/ -d --name sound-processing-functions -t sound-processing-functions

With the Environment Variable PROCESSING_TOOL you can select which processing should be run. If you do not supply the variable, bot all will be run and the name of the outputfile will mention the used processing.