lighttransport / gltf-insight

C++11 based glTF 2.0 data insight tool
MIT License
27 stars 4 forks source link

[feature] audio playback #42

Open syoyo opened 5 years ago

syoyo commented 5 years ago

Initial audio playback feature has been added to miniaudio branch: https://github.com/lighttransport/gltf-insight/tree/miniaudio

We use MSFT_audio_emitter extension to load audio file from a glTF model: https://github.com/KhronosGroup/glTF/pull/1400

TODO

Optional

cesss commented 5 years ago

I don't know how do you manage to know the existence of miniaudio and Soloud. I didn't know that such two jewels existed!!