I'm using Bixby Developer studio and I have my UI output created and it works. How do I create or control speech output?
Asked
Active
Viewed 193 times
2 Answers
3
Bixby will automatically read the text in the UI - if that is sufficient, you are set. (Be careful here - In good VUX design, UI text and speech text are typically different. UI text is often longer, speech text often shorter and more expressive).
To have speech different from the UI text, you should set the speech key of a template in a dialog. You can use all of the features of dialog like Bixby EL language here.

rogerkibbe
- 358
- 2
- 10
-
Are there any plans to add SSML support to give more control over the responses? – Ben Force Feb 03 '19 at 14:36
-
1Ben - definitely a desired feature. Please upvote that feature request - https://support.bixbydevelopers.com/hc/en-us/community/posts/360024921673-Support-SSML – rogerkibbe Feb 08 '19 at 18:40
1
Update: Bixby now supports SSML
https://bixbydevelopers.com/dev/docs/reference/type/template.speech

Bernd Kampl
- 4,837
- 4
- 21
- 26