Author Topic: Speech to Text into Text to Speech  (Read 2645 times)

PhantomYosha

  • Newbie
  • *
  • Posts: 1
Speech to Text into Text to Speech
« on: June 01, 2021, 08:28:43 PM »
I would like to find out if there's a method to have VoiceAttack listen to what I say and turn it into text and after that TTS plays the text.

Any advice?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Speech to Text into Text to Speech
« Reply #1 on: June 02, 2021, 12:50:57 AM »
That can be done using the dictation mode.

E.G.
Code: [Select]
Start Dictation Mode (Clearing Dictation Buffer)
Start Loop While : [{DICTATION}] Equals ''
End Loop
Stop Dictation Mode
Say, '{DICTATION}'

Press F1 while VoiceAttack has focus to open VoiceAttackHelp.pdf in your default PDF viewer, which contains information on VoiceAttack's features.

These topics may also be of use in addition to the official documentation:
Control flow (If, Else, ElseIf, Loop, Jump) basics
Variables and tokens summed up