This commit is contained in:
wangjiyu 2025-04-09 18:17:40 +08:00
parent 6aadae175d
commit f407bebbb5
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ void RTCContext::onSoundLevelUpdate(const char* roomId, const char* peerId, uint
void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
mrtc::MRTCAudioFrame& audioFrame, mrtc::MRTCAudioSourceType audioSourceType)
{
namespace py = boost::python;
std::cout << "-----------------------------------" << std::endl;
std::cout << "dataCount:" << audioFrame.dataCount << audioSourceType;
if (!py_callback_.is_none()) {