Skip to content

simpleaudiostretch v0.2.3

Compare
Choose a tag to compare
@Mews Mews released this 08 Jun 17:04
· 25 commits to main since this release

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