Commit a1e107d9 authored by dopexxx's avatar dopexxx Committed by Yuxin Wu

Update README.md (#702)

Removed minor type
parent aee9f1bc
......@@ -23,7 +23,7 @@ TRAIN/
Convert NIST wav format to RIFF wav format:
```
cd /PATH/TO/TIMIT
find -name '*.WAV' | parallel -P20 sox {} '{.}.wav'
find . -name '*.WAV' | parallel -P20 sox {} '{.}.wav'
```
Extract MFCC features and phoneme labels, and save everything to LMDB database. The preprocessing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment