Browse Source

Support up to 350 voices/languages

master
Valdis Vitolins 4 years ago
parent
commit
38291f5e59
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/voices.c

+ 1
- 1
src/libespeak-ng/voices.c View File

@@ -61,7 +61,7 @@ static int formant_rate_22050[9] = { 240, 170, 170, 170, 170, 170, 170, 170, 170
int formant_rate[9]; // values adjusted for actual sample rate

#define DEFAULT_LANGUAGE_PRIORITY 5
#define N_VOICES_LIST 300
#define N_VOICES_LIST 350
static int n_voices_list = 0;
static espeak_VOICE *voices_list[N_VOICES_LIST];


Loading…
Cancel
Save