2025年4月12日土曜日

Spotify for LinuxをInstall

  Spotifyをそのままinstallすると公開鍵がないと言われる。

このため公式サイトにある下記の方法でinstallする必要がある。


 ※ Debian,Ubuntu系で利用可とある










curl -sS https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
echo "deb https://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list

sudo apt-get update && sudo apt-get install spotify-client

2025年4月7日月曜日

音の均質化

 Mp3gainを使用するがLinuxではコマンドでの使用になるようなので、たまにしか使用しないのでメモメモ。


mp3gain -r *.mp3

もちろん同じdirectoryでの実行