FadeDude
South Africa
Asked
— Edited
Resolved by ptp!
Hi.
I am trying to output speech on the EZB using the SDK.
EZ_B.SpeechSynth.Say(System.String) outputs to PC Audio. The SDK documentation mentions that it plays to the "Default Audio Device".
However, I can't find where to specify the EZB as the output device.Quote:
Method:EZ_B.SpeechSynth.Say(System.String) Say MSG to the default audio device
Thanks.
That method uses Windows default audio device.
if you want to output to the EZB:
I see. I thought It may have been something like that.
Thanks for the detailed example.
Cheers.