Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed Jul 6, 2023
1 parent d11ccbf commit db4bb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/audiostretchy/stretch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit db4bb43

Please sign in to comment.