Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typo correction
  • Loading branch information
ytyeung authored Jun 24, 2022
1 parent 92a4efa commit b82fdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPIRAL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pip install -r requirements/requirements_asr.txt
## Pre-training

### Data preparing
For pre-training, you shoud prepare a directory containing wav files, we recommond splitting each wav into 10 to 20 seconds.
For pre-training, you should prepare a directory containing wav files, we recommend splitting each wav into 10 to 20 seconds.
And then prepare a json manifest file in the following format.
```
{"audio_filepath": "train-clean-100-wav/374-180298-0000.wav", "duration": 14.53, "text": "chapter sixteen i might have told you of the beginning of this liaison in a few lines but i wanted you to see every step by which we came i to agree to whatever marguerite wished"}
Expand Down

0 comments on commit b82fdd5

Please sign in to comment.