root/modules/audio_filter/Modules.am

Revision 3c5f3a24ced2212136529fb8637072070d5ca58f, 232 bytes (checked in by Rémi Denis-Courmont <rdenis@simphalempin.com>, 5 months ago)

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@simphalempin.com>

  • Property mode set to 100644
Line 
1 SUBDIRS = channel_mixer converter resampler spatializer
2 SOURCES_equalizer = equalizer.c equalizer_presets.h
3 SOURCES_normvol = normvol.c
4 SOURCES_audio_format = format.c
5 SOURCES_param_eq = param_eq.c
6 SOURCES_scaletempo = scaletempo.c
Note: See TracBrowser for help on using the browser.