faroit / stempeg

Python I/O for STEM audio files
https://faroit.github.io/stempeg
MIT License
96 stars 13 forks source link

read_stems disregards out_type parameter #8

Closed drey7925 closed 5 years ago

drey7925 commented 5 years ago

read_stems takes a parameter, out_type, which is then never used, and the output is always np.float64, even when this is undesired. I am under the impression that the type should be passed to sf.read on read.py#123.

faroit commented 5 years ago

thanks for catching this. I fixed this, added appropriate unit tests and pushed a new version to pypi (0.1.4)