Skip to content

A python converter to convert UTAU voicebanks to hiragana from romaji (and vice versa)

License

Notifications You must be signed in to change notification settings

Astel123457/Voicebank-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voicebank-Converter

A pure Python converter to convert UTAU voicebank samples from hiragana to romaji (and vice versa).

Usage

python main.py path [path ...] {hiragana, romaji}

There are 2 conversion modes: "hiragana" or "romaji".
"hiragana" will convert the wav files in the path to hiragana. (i.e. "_a-a-i-a-u-e-a" -> "_ああいあうえあ")
"romaji" will do the opposite. (i.e. "_ああいあうえあ" -> "_a-a-i-a-u-e-a")

The script can convert more than one path at once.

Example

python main.py "C:\OpenUTAU\Singers\test_bank" hiragana

Scanning "C:\OpenUTAU\Singers\test_bank"
Converting...
Converted test_bank. Hiragana files are in "test_bank_hiragana".
python main.py "C:\OpenUTAU\Singers\bankone" "C:\OpenUTAU\Singers\banktwo" romaji

Scanning "C:\OpenUTAU\Singers\bankone"
Converting...
Converted bankone. Romaji files are in "bankone_romaji".
Scanning "C:\OpenUTAU\Singers\banktwo"
Converting...
Converted banktwo. Romaji files are in "banktwo_romaji".

About

A python converter to convert UTAU voicebanks to hiragana from romaji (and vice versa)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages