diff --git a/README.md b/README.md index 4fdb3a1..e183906 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ AudioStretchy is a Python library and CLI tool that which performs fast, high-quality time-stretching of WAV/MP3 files without changing their pitch. Works well for speech, can time-stretch silence separately. The library is a wrapper around David Bryant’s [audio-stretch](https://github.com/dbry/audio-stretch) C library. -Version: **1.3.3** +_Version: 1.3.4_ ## Features diff --git a/src/audiostretchy/stretch.py b/src/audiostretchy/stretch.py index 828651d..fff24a1 100644 --- a/src/audiostretchy/stretch.py +++ b/src/audiostretchy/stretch.py @@ -11,7 +11,7 @@ class AudioStretch: """ - Class to perform audio stretching operations. + Main class to perform audio stretching operations. """ def __init__(self, ext: bool = False):