Browse Source

src/espeakdata.cpp: don't load phoneme data before compiling the phoneme data (it may not exist)

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

+ 0
- 1
src/espeakedit.cpp View File



if(strcmp(param,"--compile")==0) if(strcmp(param,"--compile")==0)
{ {
LoadPhData(NULL);
samplerate_native = samplerate = 22050; samplerate_native = samplerate = 22050;
CompilePhonemeData(); CompilePhonemeData();
CompileIntonation(); CompileIntonation();

Loading…
Cancel
Save