File size: 160 Bytes
2d70679 | 1 2 3 4 5 6 7 8 | """Tiny, audio-native turn detection for conversational voice systems."""
from __future__ import annotations
__version__ = "0.1.0"
__all__ = ["__version__"]
|
2d70679 | 1 2 3 4 5 6 7 8 | """Tiny, audio-native turn detection for conversational voice systems."""
from __future__ import annotations
__version__ = "0.1.0"
__all__ = ["__version__"]
|