Skip to content

Commit f1dc2ba

Browse files
committed
Update README.md
1 parent 3c2d418 commit f1dc2ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

variance-temp-solution/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ A universal monosyllabic phoneme system has "C(m)-V-C(n)" (m,n >= 0) phoneme pat
6666

6767
We recommand this step be manually performed because word divisions cannot be infered from phoneme sequences in these phoneme systems.
6868

69+
> After finishing this step, the transcriptions.csv file can be directly used to train the phoneme duration predictor (it only needs rough MIDI sequences extracted from wave files). If you want to train a pitch predictor, you must finish the remaining steps as follows, otherwise the predictions will not be accurate.
70+
>
71+
6972
## 4. Estimate note values
7073

7174
The note tier is another division of words besides the phoneme tier. See the example below:
@@ -87,8 +90,6 @@ Run:
8790
python estimate_midi.py path/to/your/transcriptions.csv path/to/your/wavs
8891
```
8992

90-
After finishing this step, the transcriptions.csv file can be directly used to train the phoneme duration predictor (it only needs rough MIDI sequences). If you want to train a pitch predictor, you must finish the remaining steps as follows, otherwise the predictions will not be accurate.
91-
9293
## 5. Refine MIDI sequences
9394

9495
### 5.1 take apart transcriptions.csv into DS files
@@ -103,7 +104,7 @@ This will generate *.ds files matching your *.wav files in the same directory.
103104

104105
### 5.2 manually edit MIDI sequences
105106

106-
Get the newest release of SlurCutter from [here](https://github.com/SineStriker/qsynthesis-revenge). This simple tool helps you adjust MIDI pitch in each DS file and cut notes into slurs if neccessary. Be sure to backup your DS files before you start, since this tool will automatically save and overwrite an edited DS file.
107+
Get the latest release of SlurCutter from [here](https://github.com/SineStriker/qsynthesis-revenge). This simple tool helps you adjust MIDI pitch in each DS file and cut notes into slurs if neccessary. Be sure to backup your DS files before you start, since this tool will automatically save and overwrite an edited DS file.
107108

108109
### 5.3 re-combine DS files into transcriptions.csv
109110

0 commit comments

Comments
 (0)