summaryrefslogtreecommitdiffstats
path: root/audio/filter/af_scaletempo2.c
Commit message (Collapse)AuthorAgeFilesLines
* various: remove trailing whitespaceGuido Cella2022-05-141-1/+1
|
* af_scaletempo2: fix bug where speed was not setDorian Rudolph2020-07-271-1/+0
| | | | | | the --speed parameter did not work with mpv --no-config whatever.mp3 --video=no --speed=2 --af=scaletempo2 (https://github.com/mpv-player/mpv/pull/7865#issuecomment-664243401)
* audio: add scaletempo2 filter based on chromiumDorian Rudolph2020-07-271-0/+246
scaletempo2 is a new audio filter for playing back audio at modified speed and is based on chromium commit 51ed77e3f37a9a9b80d6d0a8259e84a8ca635259. It sounds subjectively better than the existing implementions scaletempo and rubberband.