From: David Yip Date: Fri, 27 Oct 2017 15:05:04 +0000 (-0500) Subject: Add artist, title, and date metadata to boop.{mp3,ogg} (#5531) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=37b267e2ab8e59ce1dea33f4217a61a90488aac3;p=mastodon.git Add artist, title, and date metadata to boop.{mp3,ogg} (#5531) For boop.mp3, this commit adds both ID3v1 and ID3v2 tags. For boop.ogg, we use Vorbis metadata. In the case of boop.mp3, this also adds a cover image. Interestingly, it didn't seem to affect the size of boop.mp3 much, despite being ~8k. boop.ogg seemed to be much more affected and so no cover image was added to that version. --- diff --git a/public/sounds/boop.mp3 b/public/sounds/boop.mp3 index 02a035d91..bf9c3c1aa 100644 Binary files a/public/sounds/boop.mp3 and b/public/sounds/boop.mp3 differ diff --git a/public/sounds/boop.ogg b/public/sounds/boop.ogg index a2124e116..a6551c9fd 100644 Binary files a/public/sounds/boop.ogg and b/public/sounds/boop.ogg differ