mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-24 17:16:57 +01:00
Silenced the silent allophones
This commit is contained in:
parent
1fdc934e28
commit
5996a63172
@ -32,7 +32,7 @@ char *allophone_list[] = {"pa1","pa2","pa3","pa4","pa5","oy","ay","eh","kk3","pp
|
|||||||
|
|
||||||
void currah_microspeech_init() {
|
void currah_microspeech_init() {
|
||||||
|
|
||||||
int i;
|
int i,b;
|
||||||
FILE *fichero;
|
FILE *fichero;
|
||||||
char allophone_name[16];
|
char allophone_name[16];
|
||||||
|
|
||||||
@ -67,6 +67,10 @@ void currah_microspeech_init() {
|
|||||||
|
|
||||||
fclose(fichero);
|
fclose(fichero);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (i=0; i<5; i++)
|
||||||
|
for (b=0; b<allophone_lenght[i]; b++)
|
||||||
|
allophone_buffer[i][b]=0x80;
|
||||||
}
|
}
|
||||||
|
|
||||||
void currah_microspeech_fini() {
|
void currah_microspeech_fini() {
|
||||||
|
Loading…
Reference in New Issue
Block a user