Displaying 1 result from an estimated 1 matches for "ao_pulse_info".
2008 Feb 14
1
Pulse AO plugin priority
Just a quick note that the priority in the Pulse AO
plugin (ao/src/plugins/pulse/ao_pulse.c) should be
changed from 41 to 50 (in the ao_pulse_info struct).
Since the plugin now ships as part of libao, its
priority should be a factor of 5, as that's how I
designed the plugin priority system. Plugins that
ship with libao should be a factor of 5, so that 3rd
party plugins can fit in between them as need be.
The other reason for this is to...