Skip to content

akscf/mod_google_asr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Freeswitch ASR module for the Google cloud Speech-to-Text service, based on v1-rest api with VAD.

Usage example

<extension name="asr-test">
  <condition field="destination_number" expression="^(3222)$">
    <action application="answer"/>
    <action application="sleep" data="1000"/>
    <action application="play_and_detect_speech" data="/tmp/test2.wav detect:google {lang=en}"/>
    <action application="sleep" data="1000"/>
    <action application="log" data="CRIT SPEECH_RESULT=${detect_speech_result}"/>
    <action application="sleep" data="1000"/>
    <action application="hangup"/>
 </condition>
</extension>

About

Google cloud speech-to-text service for Freeswitch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published