Skip to content

Commit 26b785a

Browse files
lukasIOtheomonnomgithub-actions[bot]
authored
Add frame processor support for audio streams (#533)
Co-authored-by: Théo Monnom <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a832411 commit 26b785a

File tree

9 files changed

+229
-154
lines changed

9 files changed

+229
-154
lines changed

livekit-rtc/livekit/rtc/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
ByteStreamWriter,
109109
ByteStreamReader,
110110
)
111+
from .frame_processor import FrameProcessor
111112

112113
__all__ = [
113114
"ConnectionQuality",
@@ -184,6 +185,7 @@
184185
"ByteStreamReader",
185186
"ByteStreamWriter",
186187
"AudioProcessingModule",
188+
"FrameProcessor",
187189
"__version__",
188190
]
189191

livekit-rtc/livekit/rtc/_proto/participant_pb2.py

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/participant_pb2.pyi

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/room_pb2.py

Lines changed: 138 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/room_pb2.pyi

Lines changed: 27 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)