OneLoneCoder / olcSoundWaveEngine

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

Add loading of waveforms via memory buffer #2

Open OneLoneCoder opened 2 years ago

OneLoneCoder commented 2 years ago

Add functionality to populate a olc::sound::Wave_generic via LoadAudioWaveform() that sources data from a supplied memory buffer. This should allow loading form more complex file formats.