BrianIsaac's picture
feat: add ElevenLabs TTS integration with on-demand audio buttons
e628e1f
raw
history blame contribute delete
191 Bytes
"""Audio generation services for Portfolio Intelligence Platform."""
from backend.audio.tts_service import TTSService, DebateAudioGenerator
__all__ = ["TTSService", "DebateAudioGenerator"]