Fixed 582,now the TTS uses application context, no need to reinitialize.
This commit is contained in:
parent
c780d9f817
commit
e0799857cb
2 changed files with 2 additions and 2 deletions
|
@ -15,4 +15,4 @@ public interface CommandPlayer {
|
|||
public abstract void clear();
|
||||
|
||||
public abstract List<String> execute(List<Struct> listStruct);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -118,4 +118,4 @@ public class MediaCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
public static boolean isMyData(File voiceDir) {
|
||||
return new File(voiceDir, CONFIG_FILE).exists();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue