brailcom/speechd

spelling support for various modules

开放

#911 创建于 2024年5月9日

 (0 条评论) (0 个反应) (0 位负责人)C (86 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (325 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南