I'm using Bixby Developer studio and I have my UI output created and it works. How do I create or control speech output?
相关问题
- Web speech API grammar
- How to set Arabic language as Locale
- TextToSpeech.setEngineByPackageName() doesn't
- Use text to speech on a voice call
- How to do text to speech with python on a Toshiba
相关文章
- ImportError: No Module named 'driver' in p
- How do you get/set media volume (spotify) and TTS
- Managing text-to-speech and speech recognition at
- Emotion detection in speech
- Is there any japanese TTS voice to work with C# Sp
- Using google Text-To-Speech (TTS) API on iOS
- Text to speech in Vista
- Android TTS (Text-To-Speech) doesn't pronounce
Update: Bixby now supports SSML
https://bixbydevelopers.com/dev/docs/reference/type/template.speech
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.