Fixed 582,now the TTS uses application context, no need to reinitialize.

This commit is contained in:
Pavol Zibrita 2011-08-11 01:41:07 +02:00
parent c780d9f817
commit e0799857cb
2 changed files with 2 additions and 2 deletions

View file

@ -15,4 +15,4 @@ public interface CommandPlayer {
public abstract void clear();
public abstract List<String> execute(List<Struct> listStruct);
}
}

View file

@ -118,4 +118,4 @@ public class MediaCommandPlayerImpl extends AbstractPrologCommandPlayer {
public static boolean isMyData(File voiceDir) {
return new File(voiceDir, CONFIG_FILE).exists();
}
}
}