Upload Audio_Effects_SDK/samples/effects_demo/v100_denoise16k_1_cfg.txt with huggingface_hub
Browse files
Audio_Effects_SDK/samples/effects_demo/v100_denoise16k_1_cfg.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
effect denoiser
|
| 2 |
+
sample_rate 16000
|
| 3 |
+
model ../../models/sm_70/denoiser_16k.trtpkg
|
| 4 |
+
real_time 0
|
| 5 |
+
intensity_ratio 1.0
|
| 6 |
+
input_wav_list ../input_files/denoiser/16k/Fan_16k.wav
|
| 7 |
+
output_wav_list out_16k.wav
|