[PD-cvs] externals/moocow/flite README.txt, NONE, 1.1 Makefile.am, 1.1, 1.2

Bryan Jurish mukau at users.sourceforge.net
Mon Aug 6 01:11:14 CEST 2007


Update of /cvsroot/pure-data/externals/moocow/flite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20908/flite

Modified Files:
	Makefile.am 
Added Files:
	README.txt 
Log Message:
+ fixes for pd-extended autobuild with automake-1.4 (grr)

Index: Makefile.am
===================================================================
RCS file: /cvsroot/pure-data/externals/moocow/flite/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am	2 Feb 2006 12:41:51 -0000	1.1
--- Makefile.am	5 Aug 2007 23:11:12 -0000	1.2
***************
*** 28,32 ****
  PD_DOCDIR = @PD_DOC@
  PD_EXTDIR = @PD_EXTDIR@
! EXT    = @EXT@
  
  #-----------------------------------------------------------------------
--- 28,32 ----
  PD_DOCDIR = @PD_DOC@
  PD_EXTDIR = @PD_EXTDIR@
! PDEXT     = @EXT@
  
  #-----------------------------------------------------------------------

--- NEW FILE: README.txt ---
    README for PD external distribution 'pd-flite'

    Last updated for version 0.01

DESCRIPTION
    The 'pd-flite' distribution contains a single PD external ("flite"),
    which provides a high-level text-to-speech interface for English based
    on the 'libflite' library by Alan W Black and Kevin A. Lenzo.

    Currently tested only under linux.

REQUIREMENTS
    * libflite >= v1.1
        The 'libflite' library by Alan W Black and Keven A. Lenzo is
        required to build the PD 'flite' external. It is available from
        http://cmuflite.org.

        You may want to apply the patch 'libflite-noaudio.patch' which comes
        with this distribution to the 'libflite' sources before compiling
        them (the '--with-audio=none' configure flag did not work for me on
        its own).

INSTALLATION
    First, build and install the libflite distribution.

    Then, issue the following commands to the shell:

       cd PACKAGENAME-X.YY  (or wherever you extracted this distribution)
       ./configure
       make
       make install

BUILD OPTIONS
    The 'configure' script supports the following options, among others:

    * --with-flite-dir=DIR
        Specify the base directory of the libflite distribution.

    * --with-pd-dir=DIR
        Specify PD base directory.

    * --enable-debug , --disable-debug
        Whether to enable verbose debugging messages. Default=no.

    * Environment Variables
        CPPFLAGS, CFLAGS, LDFLAGS, etc.

    See the output of './configure --help' for more options.

ACKNOWLEDGEMENTS
    PD by Miller Puckette and others.

    Flite run-time speech synthesis library by Alan W Black and Kevin A.
    Lenzo.

    Ideas, black magic, and other nuggets of information drawn from code by
    Guenter Geiger, Larry Troxler, and iohannes m zmoelnig.

KNOWN BUGS
    It gobbles memory, and also processor time on synthesis operations.

    No support for alternative voices or lexica, and no mid- or low-level
    interface to the libflite functions.

AUTHOR
    Bryan Jurish <moocow at ling.uni-potsdam.de>






More information about the Pd-cvs mailing list