docs: Fix about audio

This commit is contained in:
Hajime Hoshi 2018-10-12 01:27:17 +09:00
parent 9eac57f588
commit 1ac17862d4
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ Note: Gamepad and keyboard are not available on Android/iOS.
* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas)
* Input (Mouse, Keyboard, Gamepads, Touches)
* Audio (MP3, Ogg/Vorbis, WAV, PCM, Syncing with game progress)
* Audio (Ogg/Vorbis, MP3, WAV, PCM)
## Packages

View File

@ -55,7 +55,7 @@
<dt class="col-2 text-right">Input</dt>
<dd class="col-10">Mouse, Keyboard, Gamepads, Touches</dd>
<dt class="col-2 text-right">Audio</dt>
<dd class="col-10">MP3, Ogg/Vorbis, WAV, PCM, Syncing with game progress</dd>
<dd class="col-10">Ogg/Vorbis, MP3, WAV, PCM</dd>
</dl>
<h2 id="examples">Examples</h2>

View File

@ -55,7 +55,7 @@
<dt class="col-2 text-right">Input</dt>
<dd class="col-10">Mouse, Keyboard, Gamepads, Touches</dd>
<dt class="col-2 text-right">Audio</dt>
<dd class="col-10">MP3, Ogg/Vorbis, WAV, PCM, Syncing with game progress</dd>
<dd class="col-10">Ogg/Vorbis, MP3, WAV, PCM</dd>
</dl>
<h2 id="examples">Examples</h2>