Peter Sobot

Results 71 comments of Peter Sobot

Hi @jnitsun! Thanks for this PR - I always appreciate it when folks send in new code to review. I know this is your first pull request, so forgive the...

This has been added as part of #363, which will be released with Pedalboard v0.9.12.

Hi @adrienpl and @Dohg678! Pedalboard doesn’t have a mechanism for this at the moment. I haven’t thought about a good API design for this just yet, but it should be...

Hi again @adrienpl and @Dohg678, The ability to write to (i.e.: playback) and read from (i.e.: record) audio devices has been added to the `AudioStream` class in [v0.9.12](https://pypi.org/project/pedalboard/0.9.12/). See [the...

Thanks @dodeca-6-tope! This looks great - is there a plugin I can test this with before merging?

Whoops, my apologies - I misread this as applying to `VST3Plugin` rather than `AudioFile`. This is much easier to test if it's just a metadata change in the output files....

After digging a bit deeper, I'm not sure this will actually change anything when writing audio files. From what I can tell, only the `WavAudioFormat` writer behaves differently when provided...

Hi @czerpa-antdev! What kind of playhead integration would you be looking for? Pedalboard doesn't really have the notion of a playhead on purpose (nor tempo, nor time signature, etc; it's...