andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.92k stars 229 forks source link

Add hardware volume control support to PulseAudio backends #218

Open crow-misia opened 5 years ago

crow-misia commented 5 years ago

Hello.

Like # 164, added support for volume control with PulseAudio.

Also, when using SetVolume on other backends that do not implement volume control, the crash has been fixed.

Tested with PulseAudio12.2.

Thanks.