Peter Sobot
Peter Sobot
Hmm, it looks like this PR is failing on Windows but passing on Ubuntu (and on macOS, where I'm testing locally). I'll dig into that.
That error message is certainly confusing! That could be made simpler. - The leveler works according to [this algorithm](http://drealm.info/sfz/plj-sfz.xhtml#amp). Because SampleScanner doesn't normalize its output, the leveler performs the following...
Hi @jacobian and @jvallef! This has been fixed in [v1.12.1.0](https://github.com/psobot/keynote-parser/releases/tag/v1.12.1.0), which also adds support for Keynote 12.1. The root cause was that the version of `protoc` used to generate the...
Hi! The output you've provided is quite different from what I get when running `ls` on a `.key` file - for instance, with the `emoji-oneslide.key` in the tests of this...
@avaidyam Thanks for the bug report! Looks like this is an issue around expecting Google to include certain data in the response, and Hangover not properly handling the error case....
Repro steps would be helpful, and if OS X gives you the "Crash Reporter" dialog after the app crashes, the body of that would be very helpful. (Sorry - the...
Sorry @avaidyam - as I mentioned above, I haven't had any time to give to this project lately, which includes time for triaging bug reports. I'll investigate if #11 and...
@avaidyam That looks awesome. Great work. I'm going to informally shut down Hangover for now - or at least put a link to Parrot in the description. Everybody else in...
Unfortunately not, at the moment: Pedalboard assumes that all audio plugins output the same shape of audio (i.e.: the same length of audio and the same number of channels). It...
Good to know, thanks! It wouldn't be very hard to add support for different input and output channel counts in Pedalboard, now that I think about it; the hardest part...