Mod unimrcp freeswitch

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?

Best Regards,
Mateusz

We no longer support that module, Its community supported and updated at this time and was removed from our repo.

/b

Hello,
yes i know it but there is any solution to install it when you have FS newest version?

What are you needing to interface with?

/b

(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.

Thanks!

We got own TTS ans ASR and using it with FS, and now i looking for something to integrate with FS and ASR, TTS

You might want to look at the SignalWire cloud offerings. It would help cover these use cases with ease.

/b

If you got your own TTS/ASR Service, you can integrate over WebSockets using the following third-party un-official module

There are plenty of other solutions also available like mod_wsbridge

Or write your own module using the ASR/TTS interfaces.

Mod_Whisper does compile but does not load
See

We didn’t write that module, so I’m not sure we can assist.