debug
This commit is contained in:
parent
fb534bfe4f
commit
b36f893a95
|
@ -278,6 +278,8 @@ void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
|
|||
{
|
||||
namespace py = boost::python;
|
||||
std::cout << "=== 开始音频处理(共享内存版) ===" << std::endl;
|
||||
std::cout << "audioFrame:" << audioFrame.dataCount << "," << audioFrame.sampleRate << "," <<
|
||||
audioFrame.numChannels << "," << audioFrame.channelIndex << std::endl;
|
||||
|
||||
// 1. 获取GIL
|
||||
std::cout << "[1] 获取GIL锁..." << std::endl;
|
||||
|
|
Loading…
Reference in New Issue