Skip to content

Commit b23d2cd

Browse files
committed
v1.2.5
1 parent 54e37b1 commit b23d2cd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
_Version: **1.2.4**_
5+
_Version: **1.2.5**_
66

77
## Features
88

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

1919
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.
2020

21+
## Demo
22+
23+
Below are links to a short audio file (as WAV and MP3), with the same file stretched at 1.2 (20% slower):
24+
25+
| Input | Stretched |
26+
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
27+
| [`audio.wav`](https://github.com/twardoch/audiostretchy/raw/main/tests/audio.wav) | [`audio-1.2.wav`](https://github.com/twardoch/audiostretchy/raw/main/tests/audio-1.2.wav) |
28+
| [`audio.mp3`](https://github.com/twardoch/audiostretchy/raw/main/tests/audio.mp3) | [`audio-1.2.mp3`](https://github.com/twardoch/audiostretchy/raw/main/tests/audio-1.2.mp3) |
29+
30+
2131
## Installation
2232

2333
### Full installation

0 commit comments

Comments
 (0)