From 6afd7115c27407a209be38c7208b33160ace3ff5 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 15 Oct 2024 11:34:42 +0900 Subject: [PATCH] Minor update to FAQ.md --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 24d3ea4..2912195 100644 --- a/FAQ.md +++ b/FAQ.md @@ -23,6 +23,8 @@ disabled for "passive" mobs. **Note that while .ogg Vorbis files are supported, .ogg Opus files are NOT supported.** +**It is recommended to use .ogg Vorbis files instead of .mp3 files.** + One can use FFmpeg to convert music files into .ogg Vorbis: ffmpeg -i -map a:0 -c:a libvorbis output.ogg