gnuspeech-contact
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnuspeech-contact] Experimental program


From: Giampiero Salvi
Subject: Re: [gnuspeech-contact] Experimental program
Date: Fri, 21 Dec 2007 18:19:54 +0000 (WET)

Hi Marcelo,
great that you did this. I've downloaded the source code and tried to compile but without succes. The configure script does not complain, but it does not include the right flags for the compiler to find the xerces-c include files. I am using ubuntu 7.10 which doesn't have a package for the xerces-c library, so I downloaded the source code from http://xerces.apache.org/ and compiled it. Then I included the option:

--with-libxerces-c-prefix=/path/to/xerces-c-src_2_8_0

when I run configure. This is the path that contains the lib and include directories for xerces-c. However, running make I get:

In file included from articulation2.cpp:22:
gs_config_file.h:23:31: error: xercesc/dom/DOM.hpp: No such file or directory gs_config_file.h:24:47: error: xercesc/parsers/XercesDOMParser.hpp: No such file or directory
In file included from gs_config_file.h:30,
                 from articulation2.cpp:22:

and a long list of other file not found errors. The files seem to be there in the right place:
/path/to/xerces-c-src_2_8_0/include/xercesc/dom/DOM.hpp
/path/to/xerces-c-src_2_8_0/include/xercesc/parsers/XercesDOMParser.hpp
...

Can you see the problem?
Thank you,
Giampiero


On Fri, 21 Dec 2007, Marcelo Yassunori Matuda wrote:

Hi,

I wrote an ***experimental*** C++ program that uses the Tube
Resonance Model and the file diphones.mxml (articulation data) from
Gnuspeech.

Apart from the tube model, it is not a translation of the Gnuspeech
ObjC code, so the quality of speech output is not the same.

It may be used as a voice in Festival. Festival is needed if you want
to use the program as a TTS system.

You may download it at: http://sourceforge.net/projects/dvagar

This is for us mere mortals who can't use Gnuspeech... :)

Regards
Marcelo


_______________________________________________
gnuspeech-contact mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnuspeech-contact





reply via email to

[Prev in Thread] Current Thread [Next in Thread]