File size: 687 Bytes
e45afa2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Sample configuration file # Configuration files can also be generated by run_effect.sh (specify the -c flag) # # # Effect to apply (denoiser/dereverb/superres/aec/dereverb_denoiser) # Refer to SDK documentation for supported effects effect denoiser # Input sample rate sample_rate 16000 # Model corresponding to GPU # Refer to run_effects.sh for mapping model ../../models/sm_75/denoiser_16k.trtpkg # Whether to run effect in real-time real_time 0 # Intensity ratio of effect intensity_ratio 1.0 # Input files (separate multiple files with spaces) input_wav_list ../input_files/denoiser/16k/Fan_16k.wav # Output files (separate multiple files with spaces) output_wav_list out_16k.wav |