Mark Heath

Results 160 comments of Mark Heath
trafficstars

sorry, haven't had a chance to try this myself. However, if I had an application that needed to stop and start recording frequently with small gaps, I would actually not...

OK thanks I see. I was just doing a cleanup of old stuff, sounds like this is a genuine bug, but not one I've had time to look at. Very...

thanks for reporting. If I were doing NAudio again from scratch I'd have some additional "starting" and "stopping" states on WaveIn, which I think would make it easier to code...

not sure why you need a new instance of WaveIn here? Just start recording again and write to the same memory stream if you want

Might be worth looking at `WasapiCapture` now that it supports built-in resampling in NAudio 2.1.0

Q is bandwidth - not sure how that translates to decibels per octave for a low pass filter. The technical explanation is available here: https://www.w3.org/TR/audio-eq-cookbook/ Does the volume of the...

There is typically padding error at the start and end of MP3s because that is how they work. By the way, you don't need `WaveFormatConversionStream` at all - get rid...

Sorry for the delay looking into this. Seems like there's a bug missing incrementing `firstFloatPtr` (presumably by `sizeof(float)`, but I'd want to test). I'll happily accept a PR if you...

No, I'm afraid that's not possible with NAudio. You'd need a virtual audio driver to be able to do that.

It's not something I'm aware of, but it is of course quite possible that there are new WASAPI interfaces that support this. If there are, then perhaps we could create...