brailcom/speechd

Please implement phonetic spelling

Open

#896 opened on Mar 30, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C (86 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (325 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide