Henrik Enquist
Henrik Enquist
Any input on this? Do I need to read and agree to the long CLA first?
Alright, understood. I just find these legal things so tedious, but I have read and signed it now.
I basically record from one device, do some processing on the audio data, push it to a buffer, and play it back on another device from that buffer. At the...
BTW I'm struggling with finding relevant coreaudio documentation. Does anyone have any advice on where to find something? A book perhaps?
Uint32 should be just fine! I think an allowed range of +-1% is reasonable. Dividing that up into 2^32 steps already gives more precision than needed. I think I have...
It seems like custom controls are not shown in Audio Midi Setup. I think the rate control should be accessible from there, if not it needs some app to expose...
I'm guessing that Audio Midi Setup only checks for (and shows) a few different standard controls. It doesn't seem to be possible to customize those with names etc (or at...
Just had a (maybe) good idea. What if we add a ClockSource control, with two values called something like "InternalFixed" and "InternalAdjustable"? Default is "InternalFixed" where everything is the same...
> will there still be an update on this feature? I will finish it! I just haven't had enough free time lately.
I also have hit this. Here is another test that shows it: ``` #[test] fn test_tagged_location() { #[derive(Debug, Deserialize)] #[serde(deny_unknown_fields)] struct S { #[allow(dead_code)] a: usize, #[allow(dead_code)] b: bool, #[allow(dead_code)]...