default.pa(5) File Formats Manual default.pa(5)NAME
default.pa - PulseAudio Sound Server Startup Script
SYNOPSIS
~/.config/pulse/default.pa
/etc/pulse/default.pa
DESCRIPTION
The PulseAudio sound server interprets the file ~/.config/pulse/default.pa on startup, and when that file doesn't exist
/etc/pulse/default.pa. It should contain directives in the PulseAudio CLI languages, as documented in pulse-cli-syntax(5).
The same commands can also be entered during runtime in the pacmd(1) tool, allowing flexible runtime reconfiguration.
AUTHORS
The PulseAudio Developers <pulseaudio-discuss (at) lists (dot) freedesktop (dot) org>; PulseAudio is available from http://pulseaudio.org/
SEE ALSO pulse-cli-syntax(5), pulse-daemon.conf(5), pulseaudio(1), pacmd(1)Manuals User default.pa(5)
Check Out this Related Man Page
pulse-client.conf(5) File Formats Manual pulse-client.conf(5)NAME
pulse-client.conf - PulseAudio client configuration file
SYNOPSIS
~/.pulse/client.conf
/etc/pulse/client.conf
DESCRIPTION
The PulseAudio client library reads configuration directives from a file ~/.pulse/client.conf on startup and when that file doesn't exist
from /etc/pulse/client.conf.
The configuration file is a simple collection of variable declarations. If the configuration file parser encounters either ; or # it
ignores the rest of the line until its end.
For the settings that take a boolean argument the values true, yes, on and 1 are equivalent, resp. false, no, off, 0.
DIRECTIVES
default-sink= The default sink to connect to. If specified overwrites the setting in the daemon. The environment variable $PULSE_SINK how-
ever takes precedence.
default-source= The default source to connect to. If specified overwrites the setting in the daemon. The environment variable $PULSE_SOURCE
however takes precedence.
default-server= The default sever to connect to. The environment variable $PULSE_SERVER takes precedence.
autospawn= Autospawn a PulseAudio daemon when needed. Takes a boolean value, defaults to "yes".
daemon-binary= Path to the PulseAudio daemon to run when autospawning. Defaults to a path configured at compile time.
extra-arguments= Extra arguments to pass to the PulseAudio daemon when autospawning. Defaults to --log-target=syslog
cookie-file= Specify the path to the PulseAudio authentication cookie. Defaults to ~/.pulse-cookie.
enable-shm= Enable data transfer via POSIX shared memory. Takes a boolean argument, defaults to yes.
shm-size-bytes= Sets the shared memory segment size for clients, in bytes. If left unspecified or is set to 0 it will default to some sys-
tem-specific default, usually 64 MiB. Please note that usually there is no need to change this value, unless you are running an OS kernel
that does not do memory overcommit.
AUTHORS
The PulseAudio Developers <mzchyfrnhqvb (at) 0pointer (dot) net>; PulseAudio is available from http://pulseaudio.org/
SEE ALSO pulse-daemon.conf(5), pulseaudio(1)Manuals User pulse-client.conf(5)
I wrote a Bash script which checks to see if a text string exists on a web page and then sends me an email if it does (or does not e.g. "Out of stock"). I run it from my crontab, it's quite handy from time to time and I've been using it for a few years now.
The script uses wget to download an... (6 Replies)
I got every time the same error leaving directory etc when i install any software. I put up the command and the error below, kindly help me out so i could proceed.
csm@csm-HP-Z420:~$ cd Desktop/
csm@csm-HP-Z420:~/Desktop$
csm@csm-HP-Z420:~/Desktop$ cd microtar-0.9.6/... (8 Replies)
I am searching for a process that should be up and running. Im using the following command
ps -ef | grep elasticsearch
to get
elastic+ 1673 1 0 Jan29 ? 05:08:56 /bin/java -Xms4g -Xmx4g -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC... (1 Reply)
The 'env' command prints out all of the environment variables and their values.
Come up with a command that prints a list of environment variables whose names
end with either 'NAME', 'DIR' or 'PATH'.
What I've tried.
$ env | grep ''
Although it highlights the part of the variables... (8 Replies)