From 37b267e2ab8e59ce1dea33f4217a61a90488aac3 Mon Sep 17 00:00:00 2001 From: David Yip Date: Fri, 27 Oct 2017 10:05:04 -0500 Subject: 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. --- public/sounds/boop.mp3 | Bin 12070 -> 12280 bytes public/sounds/boop.ogg | Bin 5164 -> 5247 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'public') 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 -- cgit