Slow down Twilio's TwiML “Say” command for text-to-speech numbers

不羁岁月 提交于 2019-12-05 04:58:05

You could try using periods, e.g. 1. 2. 3. 4. 5. 6. 7. 8. 9.

You can add multiple commas or periods and it'll increase the pause time. You may also consider adding longer breaks every X numbers so it has a more natural cadence to it.

3,,,6,,,3,,,8,,,,,,,1,,,9,,,4,,,7,,,,,,,4,,,6,,,2,,,1
Kevin Burke

You can add a <Pause> verb to pause execution for a number of seconds. The documentation is here: http://www.twilio.com/docs/api/twiml/pause

There's more information about generating pauses in TwiML at this question: How can I generate a half second pause in TwiML?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!