This commit is contained in:
wangjiyu 2025-04-15 10:30:23 +08:00
parent fb534bfe4f
commit b36f893a95
1 changed files with 2 additions and 0 deletions

View File

@ -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;