Author Topic: How do I make voice attack recognize numbers and say them one by one  (Read 91 times)

ArthurDeNardi

  • Newbie
  • *
  • Posts: 3
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?
« Last Edit: November 16, 2024, 12:37:32 AM by Pfeil »

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4780
  • RTFM
Re: How do I make voice attack recognize numbers and say them one by one
« Reply #1 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>

ArthurDeNardi

  • Newbie
  • *
  • Posts: 3
Re: How do I make voice attack recognize numbers and say them one by one
« Reply #2 on: November 16, 2024, 05:36:05 PM »
So I need to insert this lines inside the .vap file right?

EricM

  • Newbie
  • *
  • Posts: 15
  • VA user since 2017
Re: How do I make voice attack recognize numbers and say them one by one
« Reply #3 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)".