OneLoneCoder / olcSoundWaveEngine

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

Add a pulse-simple backend #26

Closed viacheslavka closed 1 year ago

viacheslavka commented 1 year ago

PulseAudio seems like a better "default" sound system on Linux, especially since so many people are having issues with ALSA.

At least for now we're going to rely on the "simple" version of the API, which is synchronous but probably still good enough for most use cases.