faroit / stempeg

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

reproduce and fix bug that is caused when float is running into scien… #21

Closed faroit closed 5 years ago

faroit commented 5 years ago
stempeg.read_steams(..., start=1e-6)

was causing an error since ffmpeg is expecting floating point string representation. This PR fixes the behavior and bump up the version