Skip to content

netnut404/app_swift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 
  app_swift - A Cepstral Swift TTS engine interface

  Copyright (C) 2006-2012 - Darren Sessions
  Portions Copyright (C) 2012, Cepstral LLC.
 
  All rights reserved.


  Bug reports, comments, or otherwise can be 
  directed to me at darrensessions@me.com. I 
  welcome any feedback or questions.

  _____________________________________________________

  Visit me on the web, at http://www.darrensessions.com
  _____________________________________________________

  http://github.com/dmsessions/app_swift
  http://www.twitter.com/darrensessions
  http://www.linkedin.com/in/dsessions
  https://plus.google.com/100445788291194233908

  ---
  This program is free software, distributed under the terms of
  the GNU General Public License Version 2. Read the LICENSE
  file for details.
  ---


  Synopsis:

 		Provides a direct interface into the Cepstral
      		text-to-speech engine for Asterisk eliminating
 		the need to write audio output files to the 
                filesystem and then stream them back out.

 		Also provides multi-digit dtmf recognition with
                a max digits and a wait-for-digit timer very 
                simular to the AGI 'get data' command.


  Requirements: 

		- Asterisk development header files
		- Cepstral Swift Text-to-Speech engine

  Installation: 
                
		Check the makefile to be sure paths are correct
		Check that the swift libraries are in your ld path
		On some distributions you made need to copy asterisk.h to /usr/include

                unpack
		make
		make install (as root)

  Usage:	

		Type "core show application swift" at the Asterisk CLI prompt.

Releases

No releases published

Packages

No packages published