Update FAQ.md

This commit is contained in:
Stephen Seo 2024-10-15 11:36:51 +09:00
parent b4dd19e4bb
commit e2a0f79c3b

2
FAQ.md
View file

@ -23,6 +23,8 @@ disabled for "passive" mobs.
**Note that while .ogg Vorbis files are supported, .ogg Opus files are NOT **Note that while .ogg Vorbis files are supported, .ogg Opus files are NOT
supported.** supported.**
**It is recommended to use .ogg Vorbis files instead of .mp3 files.**
One can use FFmpeg to convert music files into .ogg Vorbis: One can use FFmpeg to convert music files into .ogg Vorbis:
ffmpeg -i <music_file_to_convert> -map a:0 -c:a libvorbis output.ogg ffmpeg -i <music_file_to_convert> -map a:0 -c:a libvorbis output.ogg