|
|
@@ -153,9 +153,9 @@ static int StreamCallback(const void *input,
|
|
|
if (!audio_cap->handfree_shm_queue->InsertAudio(&frm)) {
|
|
|
Dbg("[StreamCallback] InsertAudio to handfree_shm_queue failed! frameCount:%d", frameCount);
|
|
|
}
|
|
|
- else {
|
|
|
- Dbg("[StreamCallback] InsertAudio to handfree_shm_queue success! and framesize is :%d, and handfree_shm_queue length is %d.", frm.framesize, audio_cap->handfree_shm_queue->GetAudioLens());
|
|
|
- }
|
|
|
+ //else {
|
|
|
+ // Dbg("[StreamCallback] InsertAudio to handfree_shm_queue success! and framesize is :%d, and handfree_shm_queue length is %d.", frm.framesize, audio_cap->handfree_shm_queue->GetAudioLens());
|
|
|
+ //}
|
|
|
|
|
|
//if (!audio_cap->salesol_shm_queue->InsertAudio(&frm)) {
|
|
|
// Dbg("[StreamCallback] InsertAudio to salesol_shm_queue failed! frameCount:%d", frameCount);
|