Skip to content
Snippets Groups Projects
Commit e6e6ad73 authored by Lyubomir Marinov's avatar Lyubomir Marinov
Browse files

Commits the fix of a bug in the acoustic echo cancellation (AEC) of Windows...

Commits the fix of a bug in the acoustic echo cancellation (AEC) of Windows Audio Session API (WASAPI).on behalf of Charles Stedman.
parent be914dbf
No related branches found
No related tags found
No related merge requests found
......@@ -1253,6 +1253,8 @@ private void processOutput()
/* dwFlags */ 0,
1,
dmoOutputDataBuffer);
dwStatus
= DMO_OUTPUT_DATA_BUFFER_getDwStatus(dmoOutputDataBuffer);
}
catch (HResultException hre)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment