i want to write a audio recording program using win32 WAVE API and then stream it. but i want to know how i can guess the number of WAVEHDR buffer for recording audio?
WAVEHDR mInputDeviceBuffer[NUM];
the value of NUM is needed. does it selected based on special formula or it is completely chosen by developer neeed?