David Reid

Results 303 comments of David Reid

So IAudioClient3 is for what Microsoft calls "low latency shared mode". If you need the lowest possible latency you can try using exclusive mode. There is a config option for...

One experiment you could try is modifying the simple_playback example to use exclusive mode, and then run it with a long sound like a song and see if that also...

I'm very interested in the existence of an ASIO backend, and I'm not currently developing one. But I'm questioning whether or not I want to have it built into miniaudio.h...

Yeah for something like ASIO I think it'd be best to just use the SDK and be done with it. Like I said in my earlier comment, in my opinion...

Let me sit on this. I'm not massively enthusiastic about it, but at the same time it sounds like it would map relatively well to `ma_device_type_loopback` so I don't want...

Thanks. I don't have a whole lot of experience with jack, but everything you mentioned here makes sense. I'm actually surprised it's not already doing the channel count thing. Just...

Sorry for leaving this one hanging. I finally got around to doing another pass on the JACK backend. I've pushed some changes to the dev-0.12 branch which should address all...

What was your intention for the `jack.channelsCapture/Playback` variables in the context? It's just that it's very unusual to have a channel count at the context level rather than the device...

This has been implemented in the dev-0.12 branch.