MCPcopy
hub / github.com/WEIFENG2333/VideoCaptioner / base.py

File base.py

videocaptioner/core/tts/base.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""TTS 基类 - 提供缓存、批量处理等通用功能"""
2
3import hashlib
4from abc import ABC, abstractmethod

Callers

nothing calls this directly

Calls 1

setup_loggerFunction · 0.90

Tested by

no test coverage detected