Releases: Mews/simpleaudiostretch
Releases · Mews/simpleaudiostretch
simpleaudiostretch v0.2.4
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
simpleaudiostretch v0.2.2
Changes
- General code cleanup
- Added unit tests
simpleaudiostretch v0.2.1
Changes
Fixed a major bug present in versions 0.2.0 and 0.1.0 that made the package unusable.
The stretch_audio
function, and consequently the speedup_audio
function too, would ignore the path provided and always try to open song.mp3
.
simpleaudiostretch v0.2.0
This release has been yanked on PyPi due to a major bug
Changes
Added a command line interface to stretch audios through the simplestretch
command.
More info on the cli here.
simpleaudiostretch v0.1.0
This release has been yanked on PyPi due to a major bug
This is the first release of the package
Features
stretch_audio
function that changes the audio's length by a desired factorspeedup_audio
function that changes the audio's speed by a desired factor- Both functions work with audio files in various formats as well as raw audio data in the form of numpy ndarrays