We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3e04b commit 723627cCopy full SHA for 723627c
livekit-rtc/livekit/rtc/audio_mixer.py
@@ -197,4 +197,4 @@ async def _get_contribution(
197
np.concatenate((buf, pad), axis=0),
198
np.empty((0, self._num_channels), dtype=np.int16),
199
)
200
- return _Contribution(stream, contrib, buf, had_data, exhausted)
+ return _Contribution(stream, contrib, buf, had_data, exhausted)
0 commit comments