From b6ab34fc98a4f839a505d3410b87a40286ed2ccc Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Feb 2015 23:50:17 +0100 Subject: af_rubberband: pitch correction with librubberband If "--af=rubberband" is used, librubberband will be used to speed up or slow down audio with pitch correction. This still has some problems: the audio delay is not calculated correctly, so the audio position jitters around by a few milliseconds. This will probably ruin video timing. --- old-makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 50d7710484..0aec7b4b73 100644 --- a/old-makefile +++ b/old-makefile @@ -36,6 +36,7 @@ SOURCES-$(DVDNAV) += stream/stream_dvdnav.c \ stream/stream_dvd_common.c SOURCES-$(LADSPA) += audio/filter/af_ladspa.c +SOURCES-$(RUBBERBAND) += audio/filter/af_rubberband.c SOURCES-$(LIBASS) += sub/ass_mp.c sub/sd_ass.c \ demux/demux_libass.c -- cgit v1.2.3