[Freeswitch-users] Speech Recognition recording to URL

David Horton daveh at drachtio.org
Sun May 24 17:27:29 UTC 2020


Also FWIW I have open sourced a freeswitch module that integrates with google transcription:

https://github.com/davehorton/drachtio-freeswitch-modules/tree/master/modules/mod_google_transcribe <https://github.com/davehorton/drachtio-freeswitch-modules/tree/master/modules/mod_google_transcribe>

It requires building a version of freeswitch that links with GRPC libs

On May 24, 2020, at 12:54 PM, . <joes.mailing.lists at gmail.com> wrote:

Probably you are already aware of this, but just in case, there is in fact a ModUniMRCP plugin for GSR:
http://unimrcp.org/solutions/google-speech-recognition <http://unimrcp.org/solutions/google-speech-recognition>
It works well, but it is non-free.  


On Sun, May 24, 2020 at 6:44 AM mayamatakeshi <mayamatakeshi at gmail.com <mailto:mayamatakeshi at gmail.com>> wrote:
Hi,
out of curiosity, I'm trying to see if I can use application record + mod_httapi (https://freeswitch.org/confluence/display/FREESWITCH/mod_httapi <https://freeswitch.org/confluence/display/FREESWITCH/mod_httapi>)
to connect with Google Speech Recognition service (via a proxy app that will handle HTTP to gRCP convertion).
Just as a test, I'm trying to see if using an inbound event socket I can inject a DETECTED_SPEECH event in a channel.
I tried something like this and got an +OK from FS:

T 192.168.88.78:60380 <http://192.168.88.78:60380/> -> 192.168.88.74:8021 <http://192.168.88.74:8021/> [AP]
sendevent DETECTED_SPEECH
Unique-ID: a03486b8-781d-430a-ab26-5815485401a8
Call-UUID: a03486b8-781d-430a-ab26-5815485401a8
call_uuid: a03486b8-781d-430a-ab26-5815485401a8
uuid: a03486b8-781d-430a-ab26-5815485401a8
Channel-UUID: a03486b8-781d-430a-ab26-5815485401a8
Speech-Type: begin-speaking

T 192.168.88.74:8021 <http://192.168.88.74:8021/> -> 192.168.88.78:60380 <http://192.168.88.78:60380/> [AP]
Content-Type: command/reply
Reply-Text: +OK 64bdd4aa-9476-4db8-b56c-36a62f6a2238

but nothing got notified to the channel (and no logs about it from FS running in debug level)

Would this be actually possible?

_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com <https://signalwire.com/>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community <https://signalwire.community/>

Professional FreeSWITCH Services
sales at freeswitch.com <mailto:sales at freeswitch.com>
https://freeswitch.com <https://freeswitch.com/>

Official FreeSWITCH Sites
https://freeswitch.com/oss <https://freeswitch.com/oss>
https://freeswitch.org/confluence <https://freeswitch.org/confluence>
https://cluecon.com <https://cluecon.com/>

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
https://freeswitch.com <https://freeswitch.com/>_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales at freeswitch.com
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20200524/7a44594d/attachment-0001.html>


More information about the FreeSWITCH-users mailing list