debug
This commit is contained in:
parent
9369c5dd15
commit
aa3e6e2bbb
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue