This commit is contained in:
Niklas Müller 2024-12-01 18:12:39 +01:00
commit bf12747492
7 changed files with 290 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Sound-Processing-Function
Run DNF3 and/or RNNOISE on any audio you like.
Just 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.