Skip to content

Commit aa9276f

Browse files
committed
Disabled caching
1 parent 31760f4 commit aa9276f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icespeak/tts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def _evict_all():
152152
atexit.register(_evict_all)
153153

154154

155-
@cached(_AUDIO_CACHE)
155+
# @cached(_AUDIO_CACHE)
156156
def tts_to_file(
157157
text: str,
158158
tts_options: TTSOptions | None = None,

0 commit comments

Comments
 (0)