brailcom / speechd

Common high-level interface to speech synthesis
GNU General Public License v2.0
220 stars 64 forks source link

Please implement phonetic spelling #896

Open Cleversn opened 6 months ago

Cleversn commented 6 months ago

Is your feature request related to a problem? Please describe. No. Describe the solution you'd like Some synthesisers in other languages than English, for example IBMTTS in Brazilian Portuguese, have a kind of bug that makes difficult to distinguish between some vowels when spelling. Thus, we need phonetic spelling, i.e. speaking alpha for a, bravo for b, charlie for c, etc. Some clients like Orca and Fenrir implement this feature theirselves, but Speechd-el for example doesn't. Thus, speech-dispatcher should have it too. Describe alternatives you've considered

Additional context

sthibaul commented 5 months ago

AIUI it would thus rather be per-module? This could probably be a parameter of the IBMTTS module? (and the implementation can be shared with other modules that would need it)