Difference between revisions of "Pulseaudio Setup"

From Ghpsdr3 SDR project
Jump to: navigation, search
Line 4: Line 4:
 
</pre>
 
</pre>
  
to set the default pulse audio source to the IQ sound.
+
to choose the default pulse audio sources:
 +
 
 +
For TX Audio
 +
<pre>
 +
Softrock:IQ = shared ID for use with libusb Analog Stereo
 +
</pre>
 +
 
 +
and for RX Audio:
 +
<pre>
 +
Softrock:IQ = shared ID for use with libusb Analog Stereo
 +
</pre>
  
 
You also need to run pulse in network mode. Use:
 
You also need to run pulse in network mode. Use:

Revision as of 15:19, 12 November 2011

To run the softrock server use:

pavucontrol

to choose the default pulse audio sources:

For TX Audio

Softrock:IQ = shared ID for use with libusb Analog Stereo

and for RX Audio:

Softrock:IQ = shared ID for use with libusb Analog Stereo

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.