Audacious output plugin for audio(4) in NetBSD
Go to file
snow efea009b02 Add get_volume and set_volume methods
This uses the global volume for the audio/mixer device. This isn't
ideal, but to my understanding follows what the alsa and oss plugins
do as well. Audacious already provides a software volume control in
Settings -> Audio, which despite saying "not recommended," doesn't
seem to have any issues.
2020-08-30 16:53:20 -07:00
src Add get_volume and set_volume methods 2020-08-30 16:53:20 -07:00
.gitignore Add Makefile and gitignore 2020-08-29 22:49:35 -07:00
LICENSE Hey, we figured out a license! 2020-08-29 23:03:51 -07:00
Makefile Add Makefile and gitignore 2020-08-29 22:49:35 -07:00
README.md Initial commit 2020-08-29 22:40:33 -07:00
TODO Add get_volume and set_volume methods 2020-08-30 16:53:20 -07:00

Audacious /dev/audio Output

Provides direct output to /dev/audio as an alternative to the SDL2 output plugin.

Please note this is still a heavy work in progress! There will likely be bugs, and TODO probably needs a TODO.