I create a simple function using edge-tts to generate mp3 from text. It works fine in my local but when deploying to AppWrite, I got the error:
Creating Communicate object with voice=en-GB-SoniaNeural, rate=+0%, pitch=+0Hz, volume=+0%
Timeouts: connect=10s, receive=120s
Starting stream()...
Error during streaming: NoAudioReceived: No audio was received. Please verify that your parameters are correct.
TL;DR
Developers are facing an issue with using edge-tts in Functions. The code works locally but encounters an error when deployed to AppWrite, with a 'NoAudioReceived' message. This could be due to incorrect parameters.