debug
This commit is contained in:
parent
6aadae175d
commit
f407bebbb5
|
@ -39,6 +39,7 @@ void RTCContext::onSoundLevelUpdate(const char* roomId, const char* peerId, uint
|
||||||
void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
|
void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
|
||||||
mrtc::MRTCAudioFrame& audioFrame, mrtc::MRTCAudioSourceType audioSourceType)
|
mrtc::MRTCAudioFrame& audioFrame, mrtc::MRTCAudioSourceType audioSourceType)
|
||||||
{
|
{
|
||||||
|
namespace py = boost::python;
|
||||||
std::cout << "-----------------------------------" << std::endl;
|
std::cout << "-----------------------------------" << std::endl;
|
||||||
std::cout << "dataCount:" << audioFrame.dataCount << audioSourceType;
|
std::cout << "dataCount:" << audioFrame.dataCount << audioSourceType;
|
||||||
if (!py_callback_.is_none()) {
|
if (!py_callback_.is_none()) {
|
||||||
|
|
Loading…
Reference in New Issue