Updated audio libraries version

master
Ray 4年前
コミット
d3465cd6c2
1個のファイルの変更4行の追加3行の削除
  1. +4
    -3
      raylib-dependencies.md

+ 4
- 3
raylib-dependencies.md

@ -15,10 +15,11 @@ Library | Version | raylib module | Notes
[stb_perlin](https://github.com/raysan5/raylib/blob/master/src/external/stb_perlin.h) | 0.5 | [textures](https://github.com/raysan5/raylib/blob/master/src/textures.c) | Perlin noise generator
[stb_truetype](https://github.com/raysan5/raylib/blob/master/src/external/stb_truetype.h) | 1.24 | [text](https://github.com/raysan5/raylib/blob/master/src/text.c) | TTF/OTF fonts data loading
[stb_rect_pack](https://github.com/raysan5/raylib/blob/master/src/external/stb_rect_pack.h) | 1.00 | [text](https://github.com/raysan5/raylib/blob/master/src/text.c) | Rectangles packer, used on font packing
[miniaudio](https://github.com/dr-soft/miniaudio) | 0.10 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | Audio device management
[miniaudio](https://github.com/dr-soft/miniaudio) | 0.10.25 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | Audio device management
[stb_vorbis](https://github.com/raysan5/raylib/blob/master/src/external/stb_vorbis.h) | 1.14 (fork) | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | OGG audio data loading
[dr_mp3](https://github.com/raysan5/raylib/blob/master/src/external/dr_mp3.h) | 0.4.7 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | MP3 audo data loading
[dr_flac](https://github.com/raysan5/raylib/blob/master/src/external/dr_flac.h) | 0.11.10 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | FLAC audo data loading
[dr_wav](https://github.com/raysan5/raylib/blob/master/src/external/dr_wav.h) | 0.12.14 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | WAV audio data loading
[dr_mp3](https://github.com/raysan5/raylib/blob/master/src/external/dr_mp3.h) | 0.6.19 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | MP3 audio data loading
[dr_flac](https://github.com/raysan5/raylib/blob/master/src/external/dr_flac.h) | 0.12.22 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | FLAC audio data loading
[jar_mod](https://github.com/raysan5/raylib/blob/master/src/external/jar_mod.h) | 0.01 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | MOD audio module loading
[jar_xm](https://github.com/raysan5/raylib/blob/master/src/external/jar_xm.h) | 0.01 | [raudio](https://github.com/raysan5/raylib/blob/master/src/raudio.c) | XM audio module loading
[par_shapes](https://github.com/raysan5/raylib/blob/master/src/external/par_shapes.h) | ? | [models](https://github.com/raysan5/raylib/blob/master/src/models.c) | Geometric shapes generation (*)

読み込み中…
キャンセル
保存