VoiceAttack

General => How Do I? => Topic started by: ArthurDeNardi on November 15, 2024, 06:53:51 PM

Title: How do I make voice attack recognize numbers and say them one by one
Post 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?
Title: Re: How do I make voice attack recognize numbers and say them one by one
Post by: Pfeil on November 16, 2024, 12:38:55 AM
Use SSML.

E.G.
Code: [Select]
<speak version="1.0" xml:lang="en-US">
       <say-as interpret-as="characters">2147483647</say-as>
</speak>
Title: Re: How do I make voice attack recognize numbers and say them one by one
Post by: ArthurDeNardi on November 16, 2024, 05:36:05 PM
So I need to insert this lines inside the .vap file right?
Title: Re: How do I make voice attack recognize numbers and say them one by one
Post by: EricM on November 17, 2024, 01:26:29 AM
Quote
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)".