mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 22:33:36 +00:00
7 lines
147 B
Python
7 lines
147 B
Python
from .backend import SimulStreamingASR, SimulStreamingOnlineProcessor
|
|
|
|
__all__ = [
|
|
"SimulStreamingASR",
|
|
"SimulStreamingOnlineProcessor",
|
|
]
|