You are here: Home / LBN / Up2date / VoIP / BastionLinux 13 / asterisk-flite-2.1-1.lbn13.armv6hl

asterisk-flite-2.1-1.lbn13.armv6hl

Package Attributes
RPM  asterisk-flite-2.1-1.lbn13.armv6hl.rpm Architecture  armv6hl Size  14401 Created  2017/08/04 11:23:54 UTC
Package Specification
Summary Flite text-to-speech module for Asterisk
Group Applications/Internet
License GPL
Home Page http://cloud.github.com/downloads/zaf/Asterisk-Flite
Description

Flite For Asterisk provides the "Flite" dialplan application, which allows you to use the Flite TTS Engine with Asterisk. This module invokes the Flite TTS engine locally, and uses it to render text to speech. It supports voice selection and 8kHz or 16kHz sample rates to provide the best possible sound quality along with the use of wideband codecs. It works with asterisk 1.6.x or later.

Usage

Flite(text[,intkeys]) This will invoke the Flite TTS engine, send a text string, get back the resulting waveform and play it to the user, allowing any given interrupt keys to immediately terminate and return the value, or any to allow any number back.

Asterisk dialplan example:

;Flite Demo exten => 1234,1,Answer() exten => 1234,n,Flite("This is a simple F lite test in english.",any) ;Read a text file from disk and pass it to flite exten => 1234,n,ReadFile(MYTEXT=/path/myfile,200) exten => 1234,n,Flite("${MYTEXT}",any) exten => 1234,n,Hangup()

Requires
libflite_cmu_us_slt.so.1  
libflite_cmu_us_awb.so.1  
flite  
rpmlib(PayloadFilesHavePrefix)  
libflite_cmu_us_rms.so.1  
libflite_cmulex.so.1  
libflite_usenglish.so.1  
rpmlib(CompressedFileNames)  
libflite_cmu_us_kal16.so.1  
libm.so.6  
libflite.so.1  
rpmlib(FileDigests)  
libflite_cmu_us_kal.so.1  
rpmlib(PayloadIsXz)  
libc.so.6  
Provides
app_flite.so
config(asterisk-flite)
asterisk-flite
asterisk-flite(armv6hl-32)

Document Actions