Browse Source

espeakedit: don't build the dictionaries when compiling the phoneme data on the command line

master
Reece H. Dunn 12 years ago
parent
commit
8e4d23343c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/compiledata.cpp

+ 1
- 0
src/compiledata.cpp View File

@@ -3672,6 +3672,7 @@ fprintf(f_errors,"\nRefs %d, Reused %d\n",count_references,duplicate_references
LoadVoice(voice_name2,0);

CompileReport();
if(gui_flag != 0)
report_dict = CompileAllDictionaries();
#ifdef MAKE_ENVELOPES
DrawEnvelopes();

Loading…
Cancel
Save