OneLoneCoder / olcSoundWaveEngine

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

Fixed too small buffer size issue. #29

Closed j-lohuis closed 2 years ago

j-lohuis commented 2 years ago

Increased the size of the internal buffer used by the SDL_Mixer back-end. I assumed that the number of channels does not have an effect on the number of samples.

Fixes #24

OneLoneCoder commented 2 years ago

Excellent - yeah my bad for not providing any docs yet.... :/