February 21, 20242 yr Hi, I'm just coming to grips with using voice in MSFS. I've implemented the example checklist you have in your documentation (as follows:). I can successfully request it by voice, but it's not pausing at the lines with [] as expected. Any thought as to why? Cheers,Cam. <Macro Name="FOSPEAK">VOICE:Microsoft James) (VOICERATE:0) (VOICEVOLUME:75) (SPEAK</Macro> (@FOSPEAK:Before start checklist.) (WAIT:4000) [](@FOSPEAK:fueling) (@FOSPEAK:checked) [](@FOSPEAK:chocks) (@FOSPEAK:removed) [](@FOSPEAK:traffic cones) (@FOSPEAK:clear) [](@FOSPEAK:A P U) (@FOSPEAK:checked on) [](@FOSPEAK:A P U bleed) (@FOSPEAK:checked on) [](@FOSPEAK:external power) (@FOSPEAK:disconnected) [](@FOSPEAK:doors) (@FOSPEAK:closed) [](@FOSPEAK:beacon) (@FOSPEAK:checked on) (WAIT:1500) (@FOSPEAK:before start checklist complete, pushback is next.)
February 21, 20242 yr Commercial Member 23 minutes ago, C414AC said: I can successfully request it by voice, How exactly are you doing that? Checklist looks OK to me, must be something about the way you are starting it? Edited February 21, 20242 yr by Lorby_SI LORBY-SI
February 24, 20242 yr Commercial Member Is the above the actual code in your file? Because when I copy& paste it, there is a space character at the beginning of each line - that won't work. LORBY-SI
February 24, 20242 yr Author Yes there were spaces, which I've now removed. Thanks for spotting that. Separately, I've now somehow lost all the voices - the PTT button seems to work, and the phrase turns up in L:AaoVoiceRecPhrase, and any commands I give (eg flaps full) get carried out as expected, however any scripts that output voice don't output voice anymore. This includes if I go through menu option -> scripting -> run scripts. any thoughts of most likely culprits? Cam.
July 12, 20241 yr On 2/24/2024 at 1:11 PM, C414AC said: Yes there were spaces, which I've now removed. Thanks for spotting that. Separately, I've now somehow lost all the voices - the PTT button seems to work, and the phrase turns up in L:AaoVoiceRecPhrase, and any commands I give (eg flaps full) get carried out as expected, however any scripts that output voice don't output voice anymore. This includes if I go through menu option -> scripting -> run scripts. any thoughts of most likely culprits? Cam. I am experiencing a similar issue where the voice suddenly stops but commands in the checklist get executed. Interestingly my checklist for A2A Comanche work without any issues and only the checklist for BKSQ GrandDuke is suffering from voice dropouts. Also, the voice stops at random places which makes debugging the code extremely difficult. I start the checklist from a button assigned in my MIDI controller (KORG nanoKONTROL2). This button is configured to execute "(CHECKLIST:CheckList-BKSQ-GrandDuke\BKSQ-GrandDuke_checklist_control.txt)". This script in turn calls other scripts in the same fashion. @C414AC Did you manage to get into the bottom of this?
July 12, 20241 yr Commercial Member 1 hour ago, london-simmer said: I am experiencing a similar issue where the voice suddenly stops but commands in the checklist get executed. Interestingly my checklist for A2A Comanche work without any issues and only the checklist for BKSQ GrandDuke is suffering from voice dropouts. Also, the voice stops at random places which makes debugging the code extremely difficult. That sounds more like a symptom of a different cause. Meaning, finding the actual culprit will be very very difficult, because it may not be related to the actual SPEAK at all. I would suggest replacing SPEAK with SPEAKBLK in the Macros. Also consider sending the checklist and you proof of purchase to the support address by email (address is on the last page of the AAO manual). Then we can take a look at it too. LORBY-SI
July 13, 20241 yr 20 hours ago, Lorby_SI said: That sounds more like a symptom of a different cause. Meaning, finding the actual culprit will be very very difficult, because it may not be related to the actual SPEAK at all. I would suggest replacing SPEAK with SPEAKBLK in the Macros. Also consider sending the checklist and you proof of purchase to the support address by email (address is on the last page of the AAO manual). Then we can take a look at it too. I am an early adoptee of using SPEAKBLK 🙂 Will send the checklist soon. Thanks for offering to look at it.
Create an account or sign in to comment