Last active
November 2, 2020 10:29
-
-
Save avneesh91/1acf1e863922cb8c3be25c56f034ad1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
audio_processor_config: | |
feat_language_identification: False | |
# defaults to hi-IN | |
language: '' | |
# path of the files on gcs which need to be processed | |
remote_raw_audio_file_path: '' | |
snr_done_folder_path: '' | |
# path where the processed files need to be uploaded | |
remote_processed_audio_file_path: '' | |
# path where Duplicate files need to be uploaded | |
duplicate_audio_file_path: '' | |
chunking_conversion_configeration: | |
aggressiveness: '' | |
max_duration: '' | |
# SNR specific configeration | |
snr_configeration: | |
max_snr_threshold: '' | |
local_input_file_path: '' | |
local_output_file_path: '' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment