1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-31 15:59:34 +00:00
mpv/audio/filter
Vobe e7ea893c2f af_rubberband: add af-command to multiply current pitch
This commit introduces the multiply-pitch af-command. Users may bind
keys to this command in order to incrementally adjust the pitch of a
track. This will probably mostly be useful for musicians trying to
transpose up and down by semi tones without having to calculate
the correct ratio beforehand.

As an example, here is an input.conf to test this feature:

    { af-command all multiply-pitch 0.9438743126816935
    } af-command all multiply-pitch 1.059463094352953
2018-01-15 23:14:01 -08:00
..
af_format.c af_format: change license to LGPL 2017-05-11 11:25:45 +02:00
af_lavcac3enc.c Fix various typos in log messages 2017-12-03 21:24:18 +01:00
af_lavfi.c Get rid of deprecated AVFrame accessors 2017-10-30 13:36:44 +01:00
af_lavrresample.c af_lavrresample: deprecate this filter 2018-01-13 03:26:45 -08:00
af_rubberband.c af_rubberband: add af-command to multiply current pitch 2018-01-15 23:14:01 -08:00
af_scaletempo.c af_scaletempo: change license to LGPL 2017-05-09 12:53:37 +02:00
af.c af_lavrresample: deprecate this filter 2018-01-13 03:26:45 -08:00
af.h audio: add global options for resampler defaults 2018-01-13 03:26:45 -08:00
equalizer.h Update license headers 2015-04-13 12:10:01 +02:00
tools.c af: move af_from_dB() function to af_volume.c 2015-06-23 15:11:23 +02:00