You are browsing as a guest. Sign up (or log in) to start making projects!

3h 24m 5s logged

I’m using miniaudio to implement audio support in the game engine, with an AudioEngine class to abstract the audio functionality.

I’ve also updated SceneProperties to include a new background_music property.
This allows each scene to define a background music track (via filepath) that will automatically loop through the AudioEngine while that scene is active.

It all seems to be currently working well,

Next I’m starting to integrate audio functionality into EngineLib so that scripts can interact with the audio system.

changes

  • Added AudioEngine abstraction layer using miniaudio
  • Added background_music support to SceneProperties (w. proper serialization/deserialization ofc)
  • Implemented looping background music per scene
0
4

Comments 0

No comments yet. Be the first!