diff options
author | David Yip <yipdw@member.fsf.org> | 2017-10-27 10:05:04 -0500 |
---|---|---|
committer | unarist <m.unarist@gmail.com> | 2017-10-28 00:05:04 +0900 |
commit | 37b267e2ab8e59ce1dea33f4217a61a90488aac3 (patch) | |
tree | c83b289886f244e46643b422d469ae33d59fd1d6 | |
parent | 3de22a82bf1c3c0a3b593be4075cf42a3ec9291e (diff) |
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.
-rw-r--r-- | public/sounds/boop.mp3 | bin | 12070 -> 12280 bytes |
-rw-r--r-- | public/sounds/boop.ogg | bin | 5164 -> 5247 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/public/sounds/boop.mp3 b/public/sounds/boop.mp3 index 02a035d91..bf9c3c1aa 100644 --- a/public/sounds/boop.mp3 +++ b/public/sounds/boop.mp3 Binary files differdiff --git a/public/sounds/boop.ogg b/public/sounds/boop.ogg index a2124e116..a6551c9fd 100644 --- a/public/sounds/boop.ogg +++ b/public/sounds/boop.ogg Binary files differ |