synsinger posted: " The phoneme editor has been rewritten to use SQLite: Phoneme Editor Left clicking sets the left side of the phoneme, and right clicking sets the right. The arrow keys scroll through the list, and I can adjust the size of the segment with the left a" synSinger
The phoneme editor has been rewritten to use SQLite:
Phoneme Editor
Left clicking sets the left side of the phoneme, and right clicking sets the right. The arrow keys scroll through the list, and I can adjust the size of the segment with the left and right arrow keys.
That means that I can edit the phonemes with one hand on the mouse and the other on the arrow keys, which makes it fairly efficient.
Timing the recordings to a click track should simplify things, as the positions of phonemes would be locked in place and could inherit their timing instead of setting them all manually.
The reclist is now generated from a plaintext document that has simple macro replacements. For example, here's the portion where the CVCVC phonemes for /uh/ are declared. The !uh is a declaration of a macro value, and the @ is automatically replaced with the macro value. It's useful for common groups like this:
I've only got about half of the reclist recorded, and I still need to add vowels.
But there's enough data in place that I can start working on the next step, which is analyzing the phonemes with WORLD, and storing their audio data into tables.
Once the phoneme audio data is in the database, I should be able to start synthesizing vocals.
At that point, I can listen to the results and start making additional decisions about how I'm editing the phonemes, and if I should start including additional data to enable smoother crossfading of phonemes.
No comments:
Post a Comment