[gentoo-user] sound server recommedation

2006-06-15 Thread Enrico Weigelt

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 ?

cu
-- 
-
 Enrico Weigelt==   metux IT service

  phone: +49 36207 519931 www:   http://www.metux.de/
  fax:   +49 36207 519932 email: [EMAIL PROTECTED]
  cellphone: +49 174 7066481
-
 -- DSL ab 0 Euro. -- statische IP -- UUCP -- Hosting -- Webshops --
-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound server recommedation

2006-06-15 Thread Christoph Eckert

 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 ?

maybe jackd (jackit.sf.net) with netjack? Arbitrary audio connections 
can be done using the CLI or using qjackctl.

Apps with jackd backend:

* Pro audio apps
* xmms
* mplayer
* Audacity CVS
***

Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound server recommedation

2006-06-15 Thread Nico Schümann

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