INIT
This commit is contained in:
commit
bf12747492
7 changed files with 290 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue