From e2a0f79c3b7f75df60a002f79930695ee3ff367d Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 15 Oct 2024 11:36:51 +0900 Subject: [PATCH] Update 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