so I just tried this :
so maybe it really is 16bits
do anyone know anything that might help me?
for (int index = 0; index < 32768; index++)
{
buffer1[tempint] = buffer[index];
tempint++;
}
and the fft is offso maybe it really is 16bits
do anyone know anything that might help me?