Skip to content

Commit

Permalink
length < 29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yfliao committed Aug 24, 2024
1 parent 1e13b72 commit c7104ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs2/formosa_taigi/asr2/local/tat_open_source_final.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def create_kaldi_files(tsv_file, subset):
hok_speaker = row['hok_speaker']
hok_duration = row['hok_duration']

if hok_duration < 30:
if hok_duration <= 29.5:
# Create wav.scp line
wav_scp.append(f"{utt_id} downloads/tat_open_source_final/tat_open_source/{subset}/{hok_audio}")

Expand Down

0 comments on commit c7104ba

Please sign in to comment.