Hi,
I am having hard time saving AudioDataStream generated by Azure TTS to a wave file using the method AudioDataStream.SaveToWaveFile(filename) for my Xamarin.Forms App.
I am not sure what scheme to use for the filename parameter of the AudioDataStream.SaveToWaveFile method. I tried various things and I get error code: 0x5 (SPXERR_INVALID_ARG) for the file name.
Any pointers would be helpful and a simple C# sample would be great!
Thanks.