debug
This commit is contained in:
parent
f3fbcf94f7
commit
847aad603e
|
@ -384,6 +384,7 @@ void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
|
|||
Py_DECREF(repr); // 必须手动释放
|
||||
}
|
||||
// 传递共享内存信息
|
||||
/*
|
||||
pyCallback_(
|
||||
py::str(shm_name), // 共享内存名称
|
||||
data_size, // 数据大小
|
||||
|
@ -392,6 +393,7 @@ void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
|
|||
audioFrame.numChannels,
|
||||
audioFrame.channelIndex
|
||||
);
|
||||
*/
|
||||
/*
|
||||
pyCallback_(
|
||||
audioArray, // numpy 数组
|
||||
|
|
Loading…
Reference in New Issue