set_phonemes
Override phonemes for specific notes to correct pronunciation or apply custom lyrics. Pass space-separated phonemes; empty string resets to automatic.
Instructions
Override the phonemes of specific notes (by onset-order index from get_notes). Phonemes are space-separated, e.g. Japanese "k a", English "hh ah l ow" (romaji-style for Japanese, ARPABET-style for English). Pass an empty string to remove the override and return to the automatic pronunciation. One undo step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Group index within the track (see get_project_info `groups`). Defaults to the first non-main group — in SV Studio 2 the singer is attached per group and notes in the main group are not synthesized. | |
| notes | Yes | Phoneme overrides to apply | |
| track | Yes | Track index, 1-based |