|
@@ -545,7 +545,7 @@ int CLocalMediaPlayEntity::PlayingAudioDataCallback(audio_param_t* param, const
|
|
|
Dbg("InsertAudio failed! frameCount:%d", frm.framesize);
|
|
|
}
|
|
|
else {
|
|
|
- Dbg("%s:%d InsertAudio(seriesnumber = %d) success", __FUNCTION__, __LINE__, frm.iseriesnumber);
|
|
|
+ //Dbg("%s:%d InsertAudio(seriesnumber = %d) success", __FUNCTION__, __LINE__, frm.iseriesnumber);
|
|
|
if (m_bRecordPCM && m_pFile){
|
|
|
fwrite(frm.data, RVC_AUDIO_LEN, 1, m_pFile);
|
|
|
}
|