Hi,
whats the right way to record a device and write the Data into a WAV file? Regardless of whether I use a RECORDPROC or WASAPIPROC, data only comes into the callback if there is also sound; the callback is not called if there is silence. As a result, the recorded WAV contains no silence and is correspondingly short.
I thought I would continue to use the DummyStream and add it to a MixerStream (with BASSFlag.MIXER_NONSTOP) and record the mixer, but the recording only has silence.