Displaying 5 results from an estimated 5 matches for "walser".
Did you mean:
walker
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
2003 Oct 05
0
libao 0.8.4 released
...ers too! We've also moved libao to it's own website:
http://www.xiph.org/ao/
Source, RPMS for RedHat 9, and Debian packages are there. Enjoy!
Changelog:
* Incorporated OS X patches from the Fink team.
* AIX output plugin by Stefan Tibus.
* Improvements in plugin detection code by David Walser, especially when
ESD or aRts are present.
* NAS plugin from Antoine Mathys.
* Portability fixes for various platforms (including dlopen() bugs)
including HP-UX and *BSD.
* Memory/resource leak fixes
* Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr. This should
fix stuttering audio for mpg...
2003 Jul 10
2
optimization to libao audio output autodetection code
Ok, this patch replaces the old patch I sent, and it
does a bit more.
For one, it sorts the linked list of drivers based on
the priority values, highest valued ones coming first.
That allows the _find_default_driver_id code to stop
looping (break) immediately when it finds a driver
that works, because it already knows it's the working
driver with the highest priority (what it normally
2003 Jul 15
1
Ogg Traffic for July 15, 2003
...rbis Decoder Chip
[2]Previous Issues of Ogg Traffic
1 Status Updates
1.1 Stan Seibert
Stan has committed tons of bugfixes to positron to make its MP3
detection logic more robust against false positives. He also
integrated various contributed patches to libao. A patch by David
Walser improves plugin detection, while a patch by Antoine Mathys adds
a plugin for NAS output.
1.2 Ed Zaleski
Ed committed a few bugfixes to icecast2's YP code. He eliminated
memory leaks, made the implementation more robust against error
conditions, and added logic to force a YP serv...
2003 Jul 05
0
improvement for libao aRts detection
I recently had a function added to the aRts API that
lets you see if aRts is actually holding the DSP
device open or not.
This call can be useful in trying to autodetect what
audio output to use, like libao does.
I've written a patch for libao to take advantage of
this. It adds an autoconf macro to test for the
presence of this new function (so that it'll still
work for people with an