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

@@ -144,7 +144,6 @@ if(argc > 1)

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

Loading…
Cancel
Save