What is the smallest audio buffer needed to produce Tone sound without distotions with WaveOUT API
问题 Does the WaveOut API has some internal limitation of the size for the current piece of buffer played ? I mean if I provide a very small buffer does it affects somehow the sound played to the speakers. I am experiencing very strange noise when I am generating and playing the sinus wave with small buffer. Something like a peak, or "BUMP". The complete Story: I made a program that can generate Sinus sound signal in real time. The variable parameters are Frequency and Volume. The project