Rachel Bittner
Rachel Bittner
@ejhumphrey good idea. I've been thinking about creating a `utils` or `cookbook` module for a while now for this kind of thing. The challenge is in deciding which simple operations...
@beknazar this is pretty low on my priority list for this repo, but if you want to give it a shot I'm happy to look at a PR!
Not now, but it would be a fairly easy thing to add. Happy to look at a PR. Right now we do [something similar](https://github.com/rabitt/pysox/blob/master/sox/transform.py#L415-L419) for "null" outputs.
@Page-David I'd like `stat` and `stats` to be part of the "advanced usage" not because what they do is particularly complex, but because the methods behave differently than the rest...
> I feel it likes to cause some misunderstanding as transform.stat looks like file_info.stat. Yes good point. I've opened #46 to address this. > And doc List of frequency (Hz),...
@justinsalamon The fundamental problem with having an `input_filepath_list` of length less than 2, is that SoX's "combine" mode expects at least 2 files. For example: `sox --combine mix input.wav output.wav`...
Hi @kevinlinxc , The short answer - on master the generated MIDI will be one single track, but we haven't pushed a new version to PyPi yet. We should have...
Just a quick update - we've updated the version on pypi, and starting from version 0.1.0 this problem should be solved.
@VijayIyer I was able to successfully run basic-pitch on your audio file (version 0.1.0). Which version are you running?
@VijayIyer are you still having the issue? We've just released 0.2.0 which should give you better logging if an error happens.