OneLoneCoder / olcSoundWaveEngine

A single file, easy to use, audio playback and synthesis framework
94 stars 19 forks source link

SDL2_Mixer backend implementation #7

Closed j-lohuis closed 2 years ago

j-lohuis commented 2 years ago

This is the first version of the SDL2_Mixer backend. Multiple audio device formats are supported. This is to allow as many audio devices as possible.

Naturally, SDL2_mixer needs to be linked.

For better error messages we could add SDL_GetError() calls, which would require linking to SDL2 aswell.