Nick Donaldson
Nick Donaldson
I've been playing with `2.0.0-beta6` and attribute support looks pretty awesome. My only request would be that the individual attribute details are rendered somewhere in a more human-readable way than...
Cool, thanks for the info! And thanks for the awesome project.
Hi @stephenhensley, I'm sure you're quite busy so no rush at all, but wondering if you thought this might get merged soon-ish? Or any feedback to make sure it's merge-able?...
I'm also confused by `ReadableSecureStorable`. I'm not sure how it actually reads any data from the keychain that you haven't already set on the instance on which it is called.
Not redundant - there are some useful changes in here (methods to route to speaker) but also a few things that I don't think should be merged in (voiceprocessing subtype...
@stephenhensley I did a little poking. Your exact proposal does not work as-is because the current `OBJECTS` append invocations will pass through file names in the relevant source lists that...
Confirming that a well-tuned PLL tracking the link timeline is _highly_ effective for regulating and smoothing tempo changes in a pulse-clock output. I was able to engineer a solution using...
If it's possible without any negative repercussions, allowing the `HostTimeFilter` to use `float` instead of `double` would be a _huge_ help for ESP32, when that class is needed. The 512-point...
Thank you @fgo-ableton I will try that branch out! I had created a branch in a fork which has a variant of the host time filter and linear regression that...
After some testing, unfortunately it seems that `float` precision is too low for the host time filter to work properly. After some time everything gets very jittery. However, this templated...