Troubleshooting:
* See http://de.gentoo-wiki.com/Mbrola
* txt2pho needs a config file
-> ~/.txt2phorc or /etc/txt2pho
committer: Markus Bröker <mbroeker@largo.homelinux.org>
/**
* $Id: interface.h 48 2008-01-09 23:59:19Z mbroeker $
* $URL: http://localhost/svn/c/VirtualReader/trunk/include/interface.h $
*/
#ifndef INTERFACE_H
#define INTERFACE_H
#ifdef PROSER
#include <proser_interface.h>
#endif
#ifdef MBROLA
#include <mbrola_interface.h>
#endif
#ifdef FESTIVAL
#include <festival_interface.h>
#endif
#endif