Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justln1113 committed Oct 14, 2019
1 parent e4a6f1b commit bcb425c
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
Expand Up @@ -7,7 +7,7 @@
* [中文](#中文)
* [使用教學](#使用教學)
* [前置準備](#前置準備)
* [進入正題]()
* [開始編輯](#開始編輯)
* [後續修正]()
* [注意事項]()
* [開發教學]()
Expand All @@ -18,22 +18,18 @@
## 中文
### 使用教學
#### 前置準備
請先將欲轉換之音源複製出來,雖然可以在要生成的時候選擇資料夾,但還是建議(目前必須)確保音源所有(單音階音色)wav檔和oto.ini在同一個資料夾下。
請確保音源所有(單音階或單音色)wav檔和oto.ini在同一個資料夾下。
請勿直接轉換```Program files(x86)\UTAU\Voice```資料夾下的音源,避免權限錯誤。
![image](https://github.com/justln1113/oto2dvcfg/blob/master/Resource/wav_and_oto_in_same_dir.png)
然後打開有尋找與取代功能的文字編輯器~~要用windows記事本也是可以~~打開oto.ini,並刪除不需要的設定,
如長音(_L)、純子音......等等
因為尾綴自動取代功能尚未完成,所以目前必須手動用"尋找與取代"功能刪掉它,例如:尋找`_A3`並取代成`(不輸入任何字元)`

#### 開始編輯



## English
### User guide
#### Preparation
Please copy out your voicebank first.
Although you can select the folder when you want to generate config file,
But ensure that all the wav file and oto.ini are under the same folder is recrecommended.
#### Preparation
Ensure that all the wav files and oto.ini are under the same folder.
Don't direct convert voice bank under ```Program files(x86)\UTAU\Voice``` to avoid permission errors.
![image](https://github.com/justln1113/oto2dvcfg/blob/master/Resource/wav_and_oto_in_same_dir.png)
Then open the oto.ini in a text editor with the find and replace function. delete unused alias like consonant only alias`-p, -k, etc...`
or long note`vowel_L` etc...
Because suffix replacement fuction is not complete, so you need to remove those manually via find and replace in your text editor.
e.g. find `_A3`, and replace with `(don't input anything)`

0 comments on commit bcb425c

Please sign in to comment.