Skip to content

Commit

Permalink
v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed May 6, 2023
1 parent 54e37b1 commit b23d2cd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 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:/dbry/audio-stretch) C library.

_Version: **1.2.4**_
_Version: **1.2.5**_

## Features

Expand All @@ -18,6 +18,16 @@ The core functionality of this package is provided by David Bryant’s excellent

The library gives very good results with speech recordings, especially with modest stretching at the ratio between 0.9 (10% slower) and 1.1 (10% faster). AudioStretchy is a Python wrapper around that library. The Python package also offers some additional, optional functionality: supports MP3 (in addition to WAV), and allows you to preform resampling.

## Demo

Below are links to a short audio file (as WAV and MP3), with the same file stretched at 1.2 (20% slower):

| Input | Stretched |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [`audio.wav`](https:/twardoch/audiostretchy/raw/main/tests/audio.wav) | [`audio-1.2.wav`](https:/twardoch/audiostretchy/raw/main/tests/audio-1.2.wav) |
| [`audio.mp3`](https:/twardoch/audiostretchy/raw/main/tests/audio.mp3) | [`audio-1.2.mp3`](https:/twardoch/audiostretchy/raw/main/tests/audio-1.2.mp3) |


## Installation

### Full installation
Expand Down

0 comments on commit b23d2cd

Please sign in to comment.