Deployed 8f4c645 with MkDocs version: 1.6.1

This commit is contained in:
Stephen Seo 2024-10-29 10:41:37 +00:00
parent 858debb3dc
commit 93c8316ab8
3 changed files with 7 additions and 2 deletions

View file

@ -157,6 +157,11 @@ in the <code>silly</code> music folder on <code>silly</code> music.</p>
<p>It is recommended to use .ogg Vorbis files for music. There is support for <p>It is recommended to use .ogg Vorbis files for music. There is support for
.mp3 files, but currently .ogg Vorbis files are more stable in this mod. .mp3 files, but currently .ogg Vorbis files are more stable in this mod.
Note that .ogg Opus files are NOT supported, but .ogg Vorbis files are.</p> Note that .ogg Opus files are NOT supported, but .ogg Vorbis files are.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The following command can convert to .ogg Vorbis using ffmpeg:<br />
<code>ffmpeg -i &lt;music_file&gt; -map a:0 -c:a libvorbis output.ogg</code></p>
</div></div> </div></div>
</div> </div>
</div> </div>

View file

@ -209,5 +209,5 @@
<!-- <!--
MkDocs version : 1.6.1 MkDocs version : 1.6.1
Build Date UTC : 2024-10-29 10:21:00.010581+00:00 Build Date UTC : 2024-10-29 10:41:37.733032+00:00
--> -->

File diff suppressed because one or more lines are too long