Skip to content

Releases: Mews/simpleaudiostretch

simpleaudiostretch v0.2.4

12 Jun 09:11
Compare
Choose a tag to compare

Changes

Rewrote the tests to be ran using pytest

simpleaudiostretch v0.2.3

08 Jun 17:04
Compare
Choose a tag to compare

Changes

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

simpleaudiostretch v0.2.2

08 Jun 13:21
Compare
Choose a tag to compare

Changes

  • General code cleanup
  • Added unit tests

simpleaudiostretch v0.2.1

05 Jun 18:19
Compare
Choose a tag to compare

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

05 Jun 18:05
Compare
Choose a tag to compare
Pre-release

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

05 Jun 11:14
Compare
Choose a tag to compare
Pre-release

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 factor
  • speedup_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