VoiceAttack
General => How Do I? => Topic started by: ArthurDeNardi on November 15, 2024, 06:53:51 PM
-
Hey I'm doing an Airbus checklist in voice attack and I'm encountering some problems. In the checklist one action is Baro Ref where I'm going to say an specific value like One Zero One Three and when it's trying to repeat it, it says it like one thousand and thirteen. How can I make it say number by number like said One Zero One Three?
-
Use SSML.
E.G.
<speak version="1.0" xml:lang="en-US">
<say-as interpret-as="characters">2147483647</say-as>
</speak>
-
So I need to insert this lines inside the .vap file right?
-
So I need to insert this lines inside the .vap file right?
Nope, Paste it in the "Say Something with Text-To-Speech" text field and check the checkbox "Use Speech Markup Language (SSML)".