This repository was archived by the owner on Jun 8, 2022. It is now read-only.
This repository was archived by the owner on Jun 8, 2022. It is now read-only.
[feature] audio playback #42
Open
Description
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: KhronosGroup/glTF#1400
TODO
- Display audio waveform/spectrogram to sequencer
- Sync audio playback with animation sequence/animation clip
- animation event support
- spatial audio
Optional
- Switch to use Soloud https://github.com/jarikomppa/soloud audio library for easier audio manipulation