Skip to content

Freeswitch TTS module, provides a simple frontend for piper.

License

Notifications You must be signed in to change notification settings

akscf/mod_piper_tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Freeswitch TTS module, provides a simple frontend for piper.

Usage example

<extension name="tts-test">
    <condition field="destination_number" expression="^(3333)$">
        <action application="answer"/>
        <action application="speak" data="piper|en|Hello world!"/>
        <action application="sleep" data="1000"/>
        <action application="hangup"/>
    </condition>
</extension>