Skip to content

Commit

Permalink
Fix typo in espnet2_format_wav_scp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boeddeker committed Apr 14, 2023
1 parent bb39bb6 commit da18743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/espnet2_format_wav_scp.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cd egs2/some_corpus/some_task

cmd=utils/run.pl
nj=10 # Number of parallel jobs
audio_fomrat=flac # The audio codec of output files
audio_format=flac # The audio codec of output files
fs=16k # The sampling frequency of output files
ref_channels=0 # If the input data has multiple channels and you want to use only a single channel in the file (please spicify the channel with 0-based number)
./scripts/audio/format_wav_scp.sh --nj "${nj}" --cmd "${cmd}" --audio_format "${audio_format}" --fs "${fs}" --ref_channels "${ref_channels}" somewhere/wav.scp output_dir
Expand Down

0 comments on commit da18743

Please sign in to comment.