[vlc-devel] commit: Add Scaletempo audio filter (Rov Juvano )

git version control git at videolan.org
Sat Jun 28 11:40:34 CEST 2008


vlc | branch: master | Rov Juvano <rovjuvano at users.sourceforge.net> | Sun Jun 22 12:09:27 2008 -0400| [3c5f3a24ced2212136529fb8637072070d5ca58f]

Add Scaletempo audio filter

Scaletempo maintains the audio pitch when playback rate != 1.0 (i.e.
no chipmunk effect).  This fixes the pitch scaling caused by using the
resampler to handle playback rate.

Ported from GStreamer.  Inspired by SoundTouch library by Olli Parviainen.

Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c5f3a24ced2212136529fb8637072070d5ca58f
---

 configure.ac                      |    1 +
 modules/audio_filter/Modules.am   |    1 +
 modules/audio_filter/scaletempo.c |  512 +++++++++++++++++++++++++++++++++++++
 3 files changed, 514 insertions(+), 0 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=3c5f3a24ced2212136529fb8637072070d5ca58f



More information about the vlc-devel mailing list