Roderick van Domburg

Results 378 comments of Roderick van Domburg

I like it. Can you find a public-domain `music.opus` that you can include as asset? Something as hybrid with what @dvdsk suggested, because Opus support is a requested feature, could...

@royalmustard would you take a stab at getting the CI to pass?

Thanks for this preparatory work. Now that https://github.com/RustAudio/cpal/pull/1011 is merged, we can also enable the `U24` sample format in `stream.rs` and `microphone.rs`.

I'd like to release v0.17 soon. call for final testing! https://github.com/RustAudio/cpal/pull/1065

Updated it to latest cpal master.

Just released cpal v0.1.70. Updating this PR to match and merging when the CI passes.

Heh, I understand this took you a few hours. Architecture looks extensible and the code is well laid out. As a mental model I'm thinking how much sense it makes...

Agreed. #964 did some work on that. Maybe we could have both: buffer size _and_ latency, if supported. I was thinking to work on this onto v0.18 (with v0.17 currently...

Most hosts that cross my mind actually don't have a way of returning their default buffer size. You may only query it after you've created a stream.

> Most hosts that cross my mind actually don't have a way of returning their default buffer size. You may only query it after you've created a stream. After some...