Skip to content

Commit

Permalink
Update import_librivox.py
Browse files Browse the repository at this point in the history
Addresses #2349
  • Loading branch information
wasertech authored Mar 5, 2023
1 parent a694187 commit eb2400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/import_librivox.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _convert_audio_and_split_sentences(
if relative_to:
wav_file = wav_file.relative_to(relative_to)

files.append(str(wav_file))
files.append(wav_file.as_posix())
transcripts.append(transcript)

if conversions:
Expand Down

0 comments on commit eb2400d

Please sign in to comment.