Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 570 Bytes

Preparation for Korean speech

Corpus

https://github.com/homink/speech.ko

Command

Multi-speaker

cd nikl_preprocess
python prepare_metafile.py --corpus ${corpus location} --trans_file ${corpus location}/trans.txt --spk_id ${corpus location}/speaker.mid

Single-speaker

cd nikl_preprocess
python prepare_metafile.py --corpus ${corpus location} --trans_file ${corpus location}/trans.txt --spk_id ${corpus location}/speaker.sid

Default single speaker id is fv01. You can edit it by speaker id in here.