Zbigniew Siciarz
Zbigniew Siciarz
Blocked by #10
Yeah, sorry that wasn't documented anywhere :( I know this case and at some point made the decision to skip support FFT's of sizes different that powers of 2 until...
Hi Chris! Sorry it took me so long to find your issue, I must have accidentally skipped over the notification. What size are your sample vectors? The recently reported issue...
Hi! Thanks for your comments. First - a forward Fourier Transform has minus sign in the exponent, so to my understanding the -1 in `cdft` call is correct (Ooura calls...
Hi John, thanks for your feedback, that's a good point! Zero-crossings alone are perhaps not as meaningful as I thought. However, I've considered z-c count only as one of inputs...
Well, these are two separate issues but I'll try to cover them both here. 1. I intend to make a step-by-step guide on setting up Aquila with Qt Creator (for...
Idea: write a subclass of `SignalSource` and reimplement the `sample()` method: ``` SampleType ADSR::sample(std::size_t position) const { // calculate gain based on A/D/S/R state and duration progress return gain *...
Working on it! Sorry for the extremely late response, burnout is real. Hope to update django-markitup for Django 2.0 some time during next week.
And how do you dispatch the event? AFAIK if you use `nameko.events.EventDispatcher` and `event_handler` together, the events should flow just fine. These pre/suffixes are nameko naming convention, I guess. If...
Looks like a duplicate of #688 . And still unresolved in upstream eventlet :(