Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)

Combine two audio files with silence in between with ffmpeg

ffmpeg -i one.wav -i two.wav -filter_complex '[0:a]apad=pad_dur=3[a0]; [a0][1:a]concat=n=2:v=0:a=1[out]' -map '[out]' out.wav