1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-14 06:08:02 +00:00
mpv/audio/filter
Christoph Heinrich 18ed9e105a af_scaletempo: use taxicab distance for offset search
Cross correlation is the defualt method for correlating signals in
signal processing, but in this case the taxicab distance gets better
results.
2024-05-07 23:32:55 +02:00
..
af_drop.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_format.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_lavcac3enc.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_rubberband.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_scaletempo2_internals.c af_scaletempo2: migrate to internals to talloc 2024-04-27 01:05:07 +02:00
af_scaletempo2_internals.h af_scaletempo2: migrate to internals to talloc 2024-04-27 01:05:07 +02:00
af_scaletempo2.c af_scaletempo2: migrate to internals to talloc 2024-04-27 01:05:07 +02:00
af_scaletempo.c af_scaletempo: use taxicab distance for offset search 2024-05-07 23:32:55 +02:00