You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glTF format is getting common file format for NTF and Metaverse usecase.
For such usecases, embedding audio data in 3D data is important but glTF 2.0 spec itself does not support audio feature.
Describe the issue
glTF format is getting common file format for NTF and Metaverse usecase.
For such usecases, embedding audio data in 3D data is important but glTF 2.0 spec itself does not support audio feature.
Audio feature is supported by extensions.
KhronosGroup/glTF#1582
It'd be nice to implement basic features to handle audio data(e.g. decoding
mp3
, compute spatial audio settings) in TinyGLTF.To Reproduce
N/A
Expected behaviour
TinyGLTF uses can easily play/interact audio data without additional C++ coding.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: