Following files are modified in festival source tree :
An m4 directive is added in order that configure supports the –with-festplugin option. It can be set to yes or no. Default value is no. So by default festival compilation and execution behave as if this module would not exist.
An optional behavior is implemented here with respect to the FestPlugin variable that is set by the configure script (see 3.1.1.) If FestPlugin is set to yes, an include is performed (see 3.2.1) so that festplugin module is linked (see 3.2.2.)
Following files and directories are added to festival source tree :
Contains directive to compile and link festplugin module (see 3.2.2.) This file is included only if –with-festplugin option is set to yes in configure invocation (see 3.1.1.)
Contains c++ implementation of the festplugin module. In fact a header file fesplugin.H and a code file festplugin.cc as well as a suitable Makefile.
Copyright (©) 2009 -- 2024 | Pierre L. Nageoire |