Difference between revisions of "Audio"

Jump to navigation Jump to search
6 bytes removed ,  01:21, 4 December 2012
no edit summary
Line 9: Line 9:
== Streaming audio to the space server ==  
== Streaming audio to the space server ==  


In order to stream audio from your computer to hairball.local, you need to have pulseaudio installed. This is default in Ubuntu. You also need some way of switching between local sound output and network sound output.
In order to stream audio from your computer to space.local, you need to have pulseaudio installed. This is default in Ubuntu. You also need some way of switching between local sound output and network sound output.


=== Command line method ===
=== Command line method ===
Line 17: Line 17:
Open a new terminal and do:
Open a new terminal and do:


   export PULSE_SERVER=tcp:hairball.local:4713
   export PULSE_SERVER=tcp:space.local:4713
   pacmd set-default-sink 0
   pacmd set-default-sink 0


Navigation menu