Difference between revisions of "Pulseaudio Setup"
From Ghpsdr3 SDR project
(Created page with "Pulseaudio Setup") |
|||
Line 1: | Line 1: | ||
− | + | 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 15: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.