zohann's picture
Upload Audio_Effects_SDK/samples/effects_demo/example_config.txt with huggingface_hub
e45afa2 verified
raw
history blame contribute delete
687 Bytes
# 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