simpleaudiostretch v0.2.3
Changes
- Added check for samplerate being provided when working with raw audio data;
stretch_audio
andspeedup_audio
now atempt to convert samplerate to an int before raising an error;- When failing to save the output to a file,
stretch_audio
andspeedup_audio
will now delete the invalid file; - Increased test coverage to 100%;
- Fixed compatibility issue with Python < 3.11