pychorus
pychorus copied to clipboard
Output the original audio instead of downsampled mono
The librosa analysis uses 22.5kHz mono audio internally. This is fine for analysis, but not for output. This PR changes the output to be in the original samplerate and number of channels.