Skip to content

Commit

Permalink
Fix the MMS doc about LID manifest (#5144)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-fedyanin committed May 24, 2023
1 parent fea3361 commit b50b649
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/mms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ $ PYTHONPATH=$PYTHONPATH:/path/to/vits python examples/mms/tts/infer.py --model-
### LID


Prepare two files in this format
Prepare two files in this format. Each manifest line contains <audio> and <number_of_sample>
```
#/path/to/manifest.tsv
/
/path/to/audio1.wav
/path/to/audio2.wav
/path/to/audio3.wav
/path/to/audio1.wav 180000
/path/to/audio2.wav 240000
/path/to/audio3.wav 160000
# /path/to/manifest.lang
eng 1
Expand Down

0 comments on commit b50b649

Please sign in to comment.