mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-09 17:05:14 +00:00
Update WASAPICapture.cpp
rework audio sampler
This commit is contained in:
@ -783,7 +783,7 @@ HRESULT WASAPICapture::ProcessScopeData( BYTE* pData, DWORD cbBytes )
|
||||
pi16 = (INT16*)pData;
|
||||
|
||||
|
||||
if (dwNumPoints > 256) dwNumPoints = 256;
|
||||
// if (dwNumPoints > 256) dwNumPoints = 256;
|
||||
m_app->pcm()->addPCM16Data(pi16, dwNumPoints);
|
||||
|
||||
return hr;
|
||||
|
||||
Reference in New Issue
Block a user