The seeking issue (21) was not fully fixed. This release should address the remaining issues when using the chunked loading using very small float numbers as start parameter
0.1.7
Fixes a bug (18) that occurs when `start` or `duration` is using very small float numbers (1e-6) that are literally converted into strings maintaining the scientific notation.
Also addresses 21 and add an additional check for ffmpeg and ffprobe before actually reading any files
0.1.6
* a demo track is now part of stempeg for convenience
* added seeking * added the ability to provide file info to reduce the number of calls
0.1.4
There was a bug in the earlier versions of stempeg that didn't respect the set `out_type` in the stem reader. This was fixed and the output defaults to `np.float64`.
Thanks to
hexafraction
0.1.3
Add some code and warnings to detect the ffmpeg version and warn users when a version older than 3.0 is used since that is adding additional silence to the output files when encoding.