speechd-discuss
[Top][All Lists]
Advanced

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

[PATCH] Add a missing prototype to festival_client.h.


From: Christopher Brannon
Subject: [PATCH] Add a missing prototype to festival_client.h.
Date: Thu, 09 Sep 2010 12:27:35 -0500

Hynek Hanke <hanke at brailcom.org> writes:

> The separation should be as written in the file headers:
>     festival.c -- festival module
>     festival_client.c -- access to festival over TCP wrapped in C API

It is also supposed to be possible to build festival_client standalone,
E.G., using this command:
gcc -o festival_client -DSTANDALONE festival_client.c
But this hasn't worked for some time.  I tried with the 0.7 release.

> Back to the separation we have now, I think lisp_list_get_vec
> actually belongs to festival_client.c and I think should be a private
> function of it.

Ok.  Maybe I jumped the gun in committing Andrei's festival patch
yesterday.  He moved festivalGetVoices from festival_client.c to
festival.c.  This is the only function which calls lisp_list_get_vect,
so if lisp_list_get_vect should be private to festival_client.c, then
festivalGetVoices needs to move again.

-- Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: 
<http://lists.freebsoft.org/pipermail/speechd/attachments/20100909/c39f1185/attachment.pgp>


reply via email to

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