Closed mduzgun closed 5 years ago
How to send text to Alexa instead of audio file? Is there any way?
Not that I am aware of. You can, however, send the text to a text to speech service then send hte resulting audio to alexa voice service using this client:
$ffmpeg -i input.mp3 -ar 16000 output.wav
How to send text to Alexa instead of audio file? Is there any way?