Hi Dave,
I'm not sure what happened. Everything was working fine up until yesterday. Since i tried to used the V3 27M version, when atc tries to speak a phrase, it doesn't come out in the headphones. I hear all other audio like atis. I looked in the log and it's throwing this exception in the speak phrase code.
Can you see if there's some setting that's causing that exception that i might have screwed up accidentally?
2024-12-02 19:11:50.5349|INFO|P2ADataLinq.ATCListener|Initial Recognized Speech: Westwind One Ready to Copy IFR Clearance
2024-12-02 19:11:50.5440|INFO|P2ADataLinq.Speech.SpeechMgr|AudioInterrupts: 0 in UnInterruptAudio
2024-12-02 19:11:50.5440|INFO|P2ADataLinq.ATCListener|Chatter UnPaused in Stop Listening
2024-12-02 19:11:50.5867|INFO|P2ADataLinq.ATCListener|Stopped Listening
2024-12-02 19:11:50.6029|INFO|P2ADataLinq.ATCListener|Handled Recognized Speech: Westwind One Ready to Copy IFR Clearance
2024-12-02 19:11:50.6552|INFO|P2ADataLinq.Data.SpeechGenerator|SpokenRandomSalutation Hour: 10
2024-12-02 19:11:50.6713|INFO|P2ADataLinq.Controller|HandleIFRClearanceRequest
2024-12-02 19:11:50.6713|INFO|P2ADataLinq.DataModel.Airport|GetRecommendedSID-RequestedRWy: RW13
2024-12-02 19:11:50.6713|INFO|P2ADataLinq.Controller|ATCAssignsSIDs = True
2024-12-02 19:11:50.6803|INFO|P2ADataLinq.ATCMgr|AssignedRunway: RW13 -
2024-12-02 19:11:50.9573|INFO|P2ADataLinq.FlightStateMgr|State Changed to: FlightPlanDelivered
2024-12-02 19:11:51.5044|INFO|A.c0a0e4f0f922705579dcca7063389a951|ATC Speaks: Westwind One is cleared to Kilo Romeo Oscar Charlie as filed. Expect departure runway One Tree.. climb and maintain eight thousand feet , Expect higher clearances two minutes after departure. Kansas City Center on one two three point eight . Squawk Three Five One Six.
2024-12-02 19:11:51.5597|INFO|P2ADataLinq.Speech.SpeechMgr|AudioInterrupts: 1 in InterruptAudio
2024-12-02 19:11:51.5597|INFO|P2ADataLinq.Speech.SpeechMgr|Chatter Paused in SpeakPhrase
2024-12-02 19:11:51.7049|ERROR|P2ADataLinq.Speech.SpeechMgr|Error in Winds pronounce: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at P2ADataLinq.Speech.SpeechMgr.PlaySAPIPhrase(String Phrase, Voice voice)
Thanks,
Joe