why BASS_GetCPU when recording all return 0?

Started by simon,

simon

when palying BASS_GetCPU worked
but when recording BASS_GetCPU always return 0?
what's wrong?

Ian @ un4seen

Yep, BASS_GetCPU only measures the CPU usage of playback. Recording takes practically no CPU, so the only real CPU usage will be from whatever your program does with the recorded data.