I am a Beginner with the Botium speech processing. I am trying to convert the text to speech convertion and is using MaryTTs configured under botium speech processing. I configured Docker and from SwaggerUI i can see the response for TTS is a binary data. PLease find the screenshot below:
How can I process this data and convert it into audio in Java? Please help.
The return value from Botium Speech Processing is a byte array pre-encoded as WAV. You can write this 1:1 to a file named audio.wav.