Can Polly ignore the slash symbol when pronouncing?

0

In a sentence like this one:

The / father / and / the / mother.

I would like Polly to read it without pausing. Right now it makes a pause after each slash symbol.

Is there a command (e.g. skip symbol when pronouncing) so that Polly reads it as: The father and the mother.

*This does not happen in Spanish, French and German.

Edited by: maicart on Aug 4, 2020 2:20 AM

profile picture
maicart
gefragt vor 4 Jahren306 Aufrufe
2 Antworten
0
Akzeptierte Antwort

Hi, if the slashes must be in the text, then the closest available option is wrapping the slashes in sub tags with an empty string alias, https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html#sub-tag. This will keep the slashes in the text, while removing them during synthesis. There isn't another option for English besides removing the slashes from the text outright. As for the language differences, thank you for making the discrepancy known to us.

beantwortet vor 4 Jahren
0

Thanks a lot for your answer.
Do you know if the Amazon team is planning on addressing this discrepancy?
If so, I wouldn't have to make modifications in my code.

profile picture
maicart
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen