sound-processing-functions/README.md

639 B

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.