brailcom/speechd

spelling support for various modules

Open

#911 opened on May 9, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (86 forks)auto 404
enhancementhelp wanted

Repository metrics

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

Description

Is your feature request related to a problem? Please describe.

spd-say -o espeak-ng -s hello

pronounces "hello" instead of spelling it.

Various other modules have the same issue, it seems only the festival, ibmtts and ivona have support for it.

Describe the solution you'd like It should be spelt.

Additional context Possibly adding spell-out ssml tags will be enough to get it to work with ssml-powered syntheses such as espeak-ng. For others, if they don't have an interface for this such as e.g. festival has, we would want to support it by requesting speaking the letters one by one, also see https://github.com/brailcom/speechd/issues/905

Contributor guide