Add audio processing function

This commit is contained in:
Lauri Räsänen 2024-12-18 18:36:00 +02:00
parent 4123bd5b70
commit 48c38c8159
3 changed files with 38 additions and 3 deletions

View file

@ -68,6 +68,8 @@ sudo pacman -S \
zsh \
eza
pipx install ffmpeg-normalize
# yay :)
read -p "install yay? [y/N]" prompt
if [[ $prompt == "y" ]]; then