Skip to content

Commit

Permalink
[e2e] 送信側のテストは通った、次は受信側
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 11, 2024
1 parent 7572640 commit a3ef7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_encoded_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _on_audio_transform(self, frame: SoraTransformableAudioFrame):

# 加工したフレームデータで frame の フレームデータを入れ替える
frame.set_data(new_data)
self._video_transformer.enqueue(frame)
self._audio_transformer.enqueue(frame)

def _on_video_transform(self, frame: SoraTransformableVideoFrame):
# この実装が Encoded Transform を利用する上での基本形となる
Expand Down

0 comments on commit a3ef7d9

Please sign in to comment.