Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions livekit-rtc/livekit/rtc/audio_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def _create_owned_stream_from_participant(
audio_stream_from_participant.participant_handle = (
participant._ffi_handle.handle
)
audio_stream_from_participant.sample_rate = self._sample_rate
audio_stream_from_participant.num_channels = self._num_channels
audio_stream_from_participant.type = (
proto_audio_frame.AudioStreamType.AUDIO_STREAM_NATIVE
)
Expand Down
2 changes: 1 addition & 1 deletion livekit-rtc/livekit/rtc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.3"
__version__ = "0.16.4"
Loading