-
Notifications
You must be signed in to change notification settings - Fork 883
added support for [[ipa-phonemes]] in text #401
base: master
Are you sure you want to change the base?
Conversation
echo -n "Dies ist ein [[fˈiːtʃə]] des pull requests." | piper ...
|
I just wanted to put in my 2cents here that I tested this merge request and, at least regarding the feature change subject, it worked as expected and compiled without issue (tried with a few different voices). |
|
I'd prefer to use SSML for this instead. There is a dedicated tag specifically for phonetic pronunciation. |
|
@synesthesiam Thanks for all your efforts on this open source project! I may be wrong about development pace, I just checked the insights page. |
|
This has been added to the new repo 🙂 |
- Added current implementation status of piper-plus - Noted that Japanese phoneme issues (#787) are already resolved - Listed existing PRs (#96-#100) for TTS improvements - Updated priorities based on what's already implemented - Focused recommendations on features not yet in piper-plus: * Raw Phoneme Input (PR #742) * IPA phonemes support (PR #401) * GPU device designation (PR #429) * Silence randomness control (Issue #817) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Added support for inline phonemes in IPA format.
Especially useful for mixing languages or words that create wrong phonemes.
In this case "feature" an English word in a German sentence.
echo -n "Dies ist ein [[fˈiːtʃə]] des pull requests." | piper -m ...
Translation: "This is a feature of the pull request."