Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09200187 authored by Valdis Vitolins's avatar Valdis Vitolins
Browse files

Support up to 350 voices/languages

parent b06f524f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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  325
static int n_voices_list = 0;
static espeak_VOICE *voices_list[N_VOICES_LIST];