Skip to content

Latest commit

 

History

History

nikl_preprocess

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Preparation for Korean speech

Corpus

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

Command

Multi-speaker

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

Single-speaker

cd nikl_preprocess
python prepare_metadata.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.