Kinda rude. In what means it is “illegal”?
isn’t it… reverse engineering?
Not at all. It just borrows Mandarin phonemes and English phonemes.
but how did you get to how SynthV stores note phonemes? This is reverse engineering, which is illegal. The legal way is to make a user dictionary.
The phoneme inventories of SynthV are available in public: here.
EDIT: If you wondered how this script manipulates notes, refer to the scripting manual.
the inventory I know, but i mean how they are stored as variables in data.
Again, refer to the scripting manual. Basically, user scripts have access to manipulation of notes and stuffs.
Thanks
I think I’ll do it with French phonemes (when they will be released) for Proto-Indo-European support (I’m actually learning the language).
Just added an option for the North Korean pronunication, specifically for the de-palatalized ㅈ/ㅉ/ㅊ.
North Korean speech also pronounces ㅓ like /ɔ/.
maybe the Mandarin uA or English ao would work
Thanks! Updated accordingly.
how to access the monophthongal ㅚ sound? I used your script and I get a diphthong that sounds like the we sound in “wet”
This script could let ㅚ be a monophthong in older versions, by giving the Mandarin phoneme y and slightly adjusting the Mouth Opening parameter up. However, I couldn’t target the specific duration of the said phoneme in the automation because there was no way to do that. The best I could do was to target the duration of the entire note, but I didn’t like the result, considered this as a bug, and reverted it.
Note that the French language is coming to SynthV. Upon then, I would employ its /ø/ phoneme for the purpose.
I’ve noticed that using Mandarin phonemes, namely ue and yE, can fix the issue of the pronunciation of ㅚ, and updated the script accordingly.
Due to the recent version of SynthV (2.2.1) introducing bugs to the allotting of Korean phonemes, as an emergency patch, I’ve added a new option to force inserting phonemes.
In case anyone has missed, I prepared an update to this script, to deal with the SynthV version 2.3.0tp1. It’s available in the dev branch of the linked GitHub repository:
This branch shall be merged to main upon the final release of SynthV version 2.3.0.