olcSoundWaveEngine icon indicating copy to clipboard operation
olcSoundWaveEngine copied to clipboard

Add loading of waveforms via std::istream

Open OneLoneCoder opened this issue 3 years ago • 0 comments

Add functionality to populate a olc::sound::Wave_generic via LoadAudioWaveform() that sources data form a supplied std::istream. The intention here is to load audio from olc::ResourcePacks, but perhaps other stream sources,maybe compressed ones.

OneLoneCoder avatar Jul 03 '22 11:07 OneLoneCoder