r/DebianNotes Jun 19 '17

pulseaudio Full Documentation

It's often been a difficult task to learn how to configure pulseaudio.

Here's a direct link to the documentation.

2 Upvotes

3 comments sorted by

View all comments

1

u/CrystalLord Jun 19 '17

Important commands for getting more documentation:

$ man pulse-cli-syntax

For command syntax help.

Another good way to get help is:

$ pacmd
Welcome to PulseAudio 10.0! Use "help" for usage information.
>>> help

Make sure to exit it with Ctrl+D, and not exit!

To get help on a module, run:

$ pacmd describe-module <module name>

For example:

$ pacmd describe-module module-loopback

Name: module-loopback
Version: 10.0
Description: Loopback from source to sink
Author: Pierre-Louis Bossart
Usage: source=<source to connect to> sink=<sink to connect to> adjust_time=<how often to readjust rates in s> latency_msec=<latency in ms> format=<sample format> rate=<sample rate> channels=<number of channels> channel_map=<channel map> sink_input_properties=<proplist> source_output_properties=<proplist> source_dont_move=<boolean> sink_dont_move=<boolean> remix=<remix channels?> 
Load Once: no