Let's say you have a sentence like "today, we are going to McDonald's for lunch". In Spanish it's roughly, "hoy vamos a almorzar a McDonald's".
Linguistics aside, my stakeholder (who's a Spanish native) is interested in having the proper noun (McDonald's) pronounced, by the Twilio Say verb, as a native English speaker would pronounce it.
What is the best way to do this?
Couple other details:
- our Say prompts are dynamically driven and assembled by code
- the proper noun is dynamic in our TwiML based, meaning there is 50+ words/phrases the proper noun(s) could be, and the options continue to grow.
- I'm guessing that I could probably just "stack" (psuedo markup) it like below, but will that audibly flow well? Plus, I'm guessing that will result in two different "voices" being used.
- Pre-recording the prompt(s) is not practical in our use case because of the varied, dynamic nature of the prompts.
- Is there any other way to do this with a single verb?
Thanks!
(Psudeo TwiML)
<say lang="ES">hoy vamos a almorzar a</say>
<say lang="EN">McDonald's</say>
<say lang="ES">[something in ES]</say>