Close Stream from Backend (#222)

* Close from backend

* Add code
This commit is contained in:
Freddy Boulton
2025-03-28 20:47:34 -04:00
committed by GitHub
parent 71743acb64
commit 8ed27fba78
10 changed files with 2336 additions and 2237 deletions

View File

@@ -25,6 +25,7 @@ from .tracks import (
)
from .utils import (
AdditionalOutputs,
CloseStream,
Warning,
WebRTCError,
aggregate_bytes_to_16bit,
@@ -75,4 +76,5 @@ __all__ = [
"get_silero_model",
"SileroVadOptions",
"VideoStreamHandler",
"CloseStream",
]