Skip to content

Commit

Permalink
update tts init to export StreamAdapter (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Lockett authored Feb 6, 2024
1 parent 604d7e3 commit a98a7c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion livekit-agents/livekit/agents/tts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
SynthesisEventType,
)

from .stream_adapter import StreamAdapterWrapper
from .stream_adapter import (
StreamAdapterWrapper,
StreamAdapter,
)

__all__ = [
"TTS",
Expand All @@ -15,4 +18,5 @@
"SynthesizeStream",
"SynthesisEventType",
"StreamAdapterWrapper",
"StreamAdapter",
]

0 comments on commit a98a7c1

Please sign in to comment.