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

LoadVoice(voice_name2,0); LoadVoice(voice_name2,0);


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

Loading…
Cancel
Save