Commit 94506ae5 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] typos in TEMPLATE.yml

parent 7726611e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ input_path: ".../ivas/items/HOA3"
output_path: ".../temp_output"
### Metadata path or file(s)
### If input format is ISM{1-4} a path for the metadata files can be specified;
### default = null (for ISM search for item_name.{wav, raw, pcm}.{0-3}.csv in input folder, otherise ignored)
### default = null (for ISM search for item_name.{wav, raw, pcm}.{0-3}.csv in input folder, otherwise ignored)
# metadata_path:
    ### Path can be set for all items with the 'all_items' key (automatic search for item_name.{wav, raw, pcm}.{0-3}.csv within this folder)
    # all_items: ".../metadata_folder"
@@ -115,7 +115,7 @@ input:
    ### Horizontally concatenate input items into one long file; default = false
    # concatenate_input: true
    ### if concatenation is applied, the following two keys can be used to add zeros before or after the items
    ### duration is specified in miliseconds
    ### duration is specified in milliseconds
    # silence_pre: 2000
    # silence_post: 2000
    ### Specify the concatenation order in a list of strings. If not specified, the concatenation order would be
@@ -126,7 +126,7 @@ input:
    # concatenation_order: []
    ### Specify preamble duration in ms; default = 0
    # preamble: 10000
    ### Flag wheter to use noise (amplitude +-4) for the preamble or silence; default = false (silence)
    ### Flag whether to use noise (amplitude +-4) for the preamble or silence; default = false (silence)
    # preamble_noise: true
    ### Additive background noise
    # background_noise:
@@ -154,7 +154,7 @@ input:
    ### REQUIRED: either error_pattern (and errpatt_late_loss_rate or errpatt_delay) or error_profile
    ### delay error profile file
    # error_pattern: ".../dly_error_profile.dat"
    ### Late loss rate in precent for EVS
    ### Late loss rate in percent for EVS
    # errpatt_late_loss_rate: 1
    ### Constant JBM delay in milliseconds for EVS
    # errpatt_delay: 200