|
base_path = os.path.join(self.settings.cache_path, self.tts_caller_name, self.language, self.voice)
|
|
base_path = os.path.join(self.settings.cache_path, self.tts_caller_name, self.language, self.voice)
|
|
logger.debug("Class TTSModule called from module %s, cache: %s, language: %s, voice: %s" % (self.tts_caller_name,
|
|
logger.debug("Class TTSModule called from module %s, cache: %s, language: %s, voice: %s" % (self.tts_caller_name,
|