Skip to content

Commit 6f37901

Browse files
committedMar 28, 2020
Added English README.
1 parent 3d444ae commit 6f37901

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
 

‎LICENSE.🍣.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# "THE SUSHI-WARE LICENSE"
2+
3+
<crazy.utau@gmail.com> wrote this file.
4+
5+
As long as you retain this notice you can do whatever you want
6+
with this stuff. If we meet some day, and you think this stuff
7+
is worth it, you can buy me a **sushi 🍣** in return.
8+
9+
(This license is based on ["THE BEER-WARE LICENSE" (Revision 42)].
10+
Thanks a lot, Poul-Henning Kamp ;)
11+
12+
["THE BEER-WARE LICENSE" (Revision 42)]: https://people.freebsd.org/~phk/

‎README-English.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# oto2lab
2+
3+
A software which can convert UST to INI (for setParam), INI to LAB.
4+
5+
Using this software, you can to phoneme-labeling of song wav files.
6+
7+
THE BELOW IS TRANSLATED TEXT FROM JAPANESE README WITH "[MiraiTransrate](https://miraitranslate.com/trial/)".
8+
9+
## Purpose
10+
11+
To make singing DB by utilizing existing software (setParam) and know-how (Otoining) around UTAU, and of UTAU-users.
12+
13+
## Notes
14+
15+
- I borrowed "Japanese. table" from [Kiritan singing DB](https://zunko.jp/kiridev/login.php).
16+
- Please note that the script name may change with the upgrade.
17+
18+
19+
20+
## Development Environment
21+
22+
- Windows 10
23+
- Python 3.8
24+
25+
## Procedure (Entire)
26+
27+
1. Sing to make a WAV file.
28+
1. Make UST.
29+
1. Match the timing of WAV to UST.
30+
1. Use this tool to convert UST to INI.
31+
1. Edit the INI with setParam and save it.
32+
1. Convert to LAB with this tool.
33+
1. Finished
34+
35+
## Procedure (Details)
36+
37+
### Phonome-labeling with SetParam
38+
39+
For the purpose of label conversion, it is used differently from the original sound setting of UTAU.
40+
Set the following.
41+
42+
- Left blank: Not used
43+
- Overlap: Voice start position
44+
- Precedence: Consonant and vowel breaks
45+
- Fixed Range: Not used (the boundary between the second and third notes only when composed of three phonemes)
46+
- Right Blank: Not used
47+
48+
### How to use this tool
49+
50+
1. Double-click oto2lab.exe to launch.
51+
1. Select mode according to display. (*NOTE: So sorry, CLI text is only in Japanese.*)
52+
1. Drag and drop the file you want to process to the displayed screen.
53+
1. Next to the file you want to process is the converted file.

0 commit comments

Comments
 (0)
Please sign in to comment.