2006/6/15, Enrico Weigelt <[EMAIL PROTECTED]>:

Hi folks,

I'm looking for an sound server which is widely supported and
can be easily instructed to bounce all audio traffic to a remote
machine, so I can easily switch my speaker without touching
the applications.

Any recommendation ?
I personally use ALSA and no sound server. It bounces its traffic this way:
Server: arecord -f dat | nc -bu 255.255.255.255 19250
Client: nc -l -p 19250 | aplay -f dat

Although a real sound server works certainly better.
--
gentoo-user@gentoo.org mailing list

Reply via email to