Pulseaudio Setup: Difference between revisions

From Ghpsdr3 SDR project
Jump to navigation Jump to search
Created page with "Pulseaudio Setup"
 
No edit summary
Line 1: Line 1:
Pulseaudio Setup
To run the softrock server use:
<pre>
pavucontrol
</pre>
 
to set the default pulse audio source to the IQ sound.
 
You also need to run pulse in network mode. Use:
<pre>
paprefs
</pre>
 
to set up network access by checking the various option boxes. 
 
In order to use 96000 or 192000, you will need to configure pulse audio by editing:
<pre>
/etc/pulse/daemon.conf
</pre>
 
or better, copy the file to:
<pre>
~/.pulse/daemon.conf
</pre>
and then edit the file there, if you run your pulseadio system in user mode.

Revision as of 19:12, 12 November 2011

To run the softrock server use:

pavucontrol

to set the default pulse audio source to the IQ sound.

You also need to run pulse in network mode. Use:

paprefs

to set up network access by checking the various option boxes.

In order to use 96000 or 192000, you will need to configure pulse audio by editing:

/etc/pulse/daemon.conf

or better, copy the file to:

~/.pulse/daemon.conf

and then edit the file there, if you run your pulseadio system in user mode.