Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ to resample audios to 16kHz and for some other preperations.

Second, [Montreal Forced Aligner](https://montreal-forced-aligner.readthedocs.io/en/latest/) (MFA) is used to obtain the alignments between the utterances and the phoneme sequences.
```bash
./montreal-forced-aligner/bin/mfa_align dataset/wav16/ lexicon/librispeech-lexicon.txt english datset/TextGrid/ -j 10 -v
./montreal-forced-aligner/bin/mfa_align dataset/wav16/ lexicon/librispeech-lexicon.txt english dataset/TextGrid/ -j 10 -v
```

Third, preprocess the dataset to prepare mel-spectrogram, duration, pitch and energy for fast training.
Expand All @@ -79,4 +79,4 @@ We refered to
* [FastSpeech2](https://arxiv.org/abs/2006.04558)
* [ming024's FastSpeech implementation](https://github.com/ming024/FastSpeech2)
* [Mellotron](https://github.com/NVIDIA/mellotron)
* [Tacotron](https://github.com/keithito/tacotron)
* [Tacotron](https://github.com/keithito/tacotron)