parent
00af4469f0
commit
f1a8098590
|
@ -816,9 +816,9 @@ distribution, the example diphone voice is @code{cmu_us_kal}.
|
|||
|
||||
Here is a simple C program that uses the flite library
|
||||
@example
|
||||
#include "flite.h"
|
||||
#include <flite/flite.h>
|
||||
|
||||
register_cmu_us_kal();
|
||||
cst_voice *register_cmu_us_kal(const char *voxdir)
|
||||
|
||||
int main(int argc, char **argv)
|
||||
@{
|
||||
|
|
Loading…
Reference in New Issue