You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what is the purpose of your multiple ref? in what situation will it be used?
As your code in the dios_ssp_aec_api:
for (i_mic = 0; i_mic < srv->mic_num; i_mic++){
for (i_ref = 0; i_ref < srv->ref_num; i_ref++){
}
}
If I set ref_num=2, can I use it as stereo AEC? Is it reasonable?
The text was updated successfully, but these errors were encountered:
Dear Athena:
for (i_mic = 0; i_mic < srv->mic_num; i_mic++){
for (i_ref = 0; i_ref < srv->ref_num; i_ref++){
}
}
If I set ref_num=2, can I use it as stereo AEC? Is it reasonable?
The text was updated successfully, but these errors were encountered: