Matthew C. Aycock wrote:
> Anyone gotten this working at all?

Although on debian this should work on CentOS, too.

Use pulseaudio instead of esd and redirect ALSA through ~/.asoundrc to
pulse.

---8<--- ~/.pulse/default.pa ---8<----
load-module module-oss device=/tmp/SUNWut/dev/utaudio/utdsp-1 \
playback=1 record=1 fragment_size=8192
load-module module-native-protocol-unix
--->8--- ~/.pulse/default.pa --->8----

---8<--- ~/.asoundrc ---8<----
pcm.!default {
  type pulse
}
ctl.!default {
  type pulse
}
--->8--- ~/.asoundrc --->8----

Regards,
  Sebastian
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to