diff options
author | Pavel Koshevoy <pkoshevoy@gmail.com> | 2012-06-17 12:35:57 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-17 12:50:35 +0200 |
commit | a1aac8d004d1e3d415208fe0aea15b655826fb15 (patch) | |
tree | 7c380e32622f834e71604e7d8aa285871e68cbba /Changelog | |
parent | bc4da77b081b9bf60310c292c2f90330c4ffa04b (diff) | |
download | ffmpeg-a1aac8d004d1e3d415208fe0aea15b655826fb15.tar.gz |
lavfi: add atempo filter
Add atempo audio filter for adjusting audio tempo without affecting
pitch. This filter implements WSOLA algorithm with fast cross
correlation calculation in frequency domain.
Signed-off-by: Pavel Koshevoy <pavel@homestead.aragog.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ version next: - Indeo Audio decoder - channelsplit audio filter - setnsamples audio filter +- atempo filter version 0.11: |