RobLoach/pntr_app

Sound: Dummy & Sound-only

Closed this issue · 0 comments

Input & graphics are often tied together, but sound is sometimes separate, like in the case of current CLI target. I propose we split sound out for these, and put functions in separate layer, so they can be mix & matched

  • dummy sound
  • sdl sound
  • raylib sound
  • miniaudio sound

For raylib/sdl, the default could be the corresponding sound-module, and to reproduce current CLI, dummy could be used, but it could also be combined with miniaudio.