Browse Source

GetVoices finds 153 voices, so increase the limit to 200.

master
Reece H. Dunn 12 years ago
parent
commit
e7d6e6d302
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/voices.cpp

+ 1
- 1
src/voices.cpp View File





#define DEFAULT_LANGUAGE_PRIORITY 5 #define DEFAULT_LANGUAGE_PRIORITY 5
#define N_VOICES_LIST 150
#define N_VOICES_LIST 200
static int n_voices_list = 0; static int n_voices_list = 0;
static espeak_VOICE *voices_list[N_VOICES_LIST]; static espeak_VOICE *voices_list[N_VOICES_LIST];
static int len_path_voices; static int len_path_voices;

Loading…
Cancel
Save