January 20, 2026January 20, 2026Hacks, Linux, Software Speed Up Playback of a List of Audio Files To change the playback speed of audio files, we can use the extremely versatile ffmpeg: ffmpeg -i input.mp3 -filter_complex “[0:a]atempo=1.5[a]” -map “[a]” […]