mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-16 12:25:46 +00:00
Commit of projectM-wmp and GLEW (for building on win32).
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@483 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -190,10 +190,10 @@ void PCM::addPCM16(short PCMdata[2][512])
|
||||
}
|
||||
|
||||
|
||||
void PCM::addPCM8( unsigned char PCMdata[2][512])
|
||||
void PCM::addPCM8( unsigned char PCMdata[2][1024])
|
||||
{
|
||||
int i,j;
|
||||
int samples=512;
|
||||
int samples=1024;
|
||||
|
||||
|
||||
for(i=0;i<samples;i++)
|
||||
|
||||
Reference in New Issue
Block a user