Skip to content

Provides the ability to use OpenAI TTS service in the Freeswitch

Notifications You must be signed in to change notification settings

akscf/mod_openai_tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Provides the ability to use OpenAI TTS service in the Freeswitch.

Usage example

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

About

Provides the ability to use OpenAI TTS service in the Freeswitch

Topics

Resources

Stars

Watchers

Forks