Hello,
i got installed freeswitch version 1.10.7 and i want to upgrade it to version 1.10.9, also i need to have mod_unimrcp is there any way to have it? If i upgrade it to version 1.10.9 via “apt” mod_unimrcp is removed autatically and then if i want to install it and use instruction from github: GitHub - freeswitch/mod_unimrcp it does not work. Any solutions for it?
(Not OP)
Is there a way to interface with amazon polly directly for TTS?
Also with amazon for speech to text or open ai’s whisper?
I started using mod_tts_commandline for TTS, and set up aws CLI, but then I realized that I’m passing text to a system command and that can be unsafe.
Also, polly returns an audio stream which can start playing right away instead of saving a temp file in tts_commandline and playing after it saves.