azure tts batch with curl
You have to upload your data using curls -d argument. Avoid to construct ad data structure object as a string variable, it’s pita. You will definitely cry abt character encoding. Instead build a well prepared file and use the -d @$FILE parameter. Transfer your data between your scripts base64 encoded. Remove these characters: ” < […]