From aa3e6e2bbb1d2bd732214e8d27eda8c42675e7ab Mon Sep 17 00:00:00 2001 From: wangjiyu Date: Tue, 15 Apr 2025 20:16:39 +0800 Subject: [PATCH] debug --- test_time_s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_time_s.py b/test_time_s.py index f6f72ec..93e47f5 100644 --- a/test_time_s.py +++ b/test_time_s.py @@ -22,7 +22,7 @@ ret = rtc_plugins.initSend(srcRoomId, destRoomId, destChannelIndex, 1) if ret != 0: print(f"initSend fail, ret:{ret}") exit(1) -#audioData = np.array([0, 1, -1, 0], dtype=np.int16) +audioData = np.array([0, 1, -1, 0], dtype=np.int16) #ret = rtc_plugins.sendCustomAudioData(destChannelIndex, audioData, 48000, 1, len(audioData)) #if ret != 0: # print(f"send fail, ret:{ret}")