Colin Guthrie
7276faca72
launch: Disable autospawn by default when systemd daemon support is enabled.
...
When enabled, this method is prefered over pulseaudio's built in
systems so we should try our best to ensure that it cannot be spawned
outside of the mechanisms desired.
Packagers should call 'systemctl --global enable pulseaudio.socket' to
enable the socket for all users, or alternatively ship an enabling
symlink in /usr/lib/systemd/user/sockets.target.wants/ folder. It may
also make sense for distributions to add in a ConditionNNN= line to the
socket unit if they have a downstream mechanism for enabling or
disabling pulseaudio.
If individual users wish to opt out of this vendor (or administrator)
decision, they can call 'systemctl --user mask pulseaudio.socket'
2014-11-03 12:32:23 +00:00
Colin Guthrie
e775529167
man: Fix XDG_RUNTIME_DIR variable reference.
2014-11-03 12:32:23 +00:00
Peter Meerwald
edaa028290
pactl: Document ability to specify channel volumes individually
...
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2014-04-16 00:02:02 +02:00
Peter Meerwald
3ad4857070
man: Fix typos in pulse-daemon.conf.5.xml.in
...
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2014-04-15 23:53:07 +02:00
Peter Meerwald
a9351f1a71
doc: Fix some typos/wording in man/pulse-daemon.conf.5
...
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2014-03-18 08:57:39 +01:00
Tanu Kaskinen
f46799579f
Remove all references to the removed KDE files
2014-03-03 18:06:20 +02:00
Tanu Kaskinen
9eb0bd004f
man: pulse-cli-syntax: Document the "journal" log target
2014-02-12 14:31:26 +02:00
Wim Taymans
3cc4765d16
man: improve man page and help for cmdline options
2014-02-07 16:20:49 +02:00
poljar (Damir Jelić)
d20ee7e7f2
log: Add support for the systemd journal
...
The journal is a component of systemd, that captures Syslog messages,
Kernel log messages, initial RAM disk and early boot messages as well
as messages written to STDOUT/STDERR of all services, indexes them and
makes this available to the user.
It can be used in parallel, or in place of a traditional syslog daemon,
such as rsyslog or syslog-ng.
The journal offers a couple of improvements over traditional logging
facilities (e.g. advanced filtering capabilities).
This patch adds support for logging directly to the journal using its
native API.
2013-12-20 13:06:04 +01:00
Magnus Ekhall
49f93eb2b0
pacat: Added support for recording from one specific sink input
...
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=66326
2013-08-14 16:09:54 +03:00
Shuai Fan
b0bf132f8f
cli, log: Improve the set-log-target functionality
...
Add a new log target 'newfile:PATH', and refactoring 'pa_log_target_type'.
Signed-off-by: Shuai Fan <shuai900217@126.com>
2013-06-20 16:34:57 +03:00
Peter Meerwald
592ba453e3
doc: Reword description of meta commands in pulse-cli-syntax.5
...
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
2013-04-29 16:19:40 +02:00
Peter Meerwald
5701e83191
doc: Fix description how boolean values can be specified
...
"any word starting with the letters" parts; this does not hold
any longer with commit 0e29e7365907ffbe90df768a4dea277dba40d495
core-util: Don't accept random words in pa_parse_boolean()
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
2013-04-29 16:19:26 +02:00
Peter Meerwald
e87fbc7e86
doc: Mention just one CLI language in default.pa.5
...
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
2013-04-29 16:19:15 +02:00
Peter Meerwald
8946117ebf
doc: Explain PULSE_SERVER string in pulseaudio.1
...
first attempt to document the "server string"
See https://bugs.freedesktop.org/show_bug.cgi?id=62444
quite a bit is missing: [hostname], defaults
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2013-04-17 08:22:07 +02:00
Peter Meerwald
8ccda50f51
doc: Document PULSE_COOKIE in pulseaudio.1
...
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
2013-04-17 08:20:02 +02:00
Yuri Chornoivan
168751dc66
Fix various typos in messages and comments
2013-04-16 12:42:50 +02:00
Arun Raghavan
92bb9fb8b5
resample: Switch to speex-float-1 by default
...
This consumes less power, has low (no?) perceivable difference, and
allows the default configuration to work out of the box on low-end
systems (such as netbooks).
2013-03-28 10:54:07 +00:00
Tanu Kaskinen
9849a21587
man: Remove reference to the .verbose CLI command
...
The .verbose metacommand was removed in commit
73eabece33 (in 2004!).
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=62270
2013-03-13 13:19:22 +02:00
poljar (Damir Jelić)
831cae16d4
pactl: Add a command for setting the default sink/source.
...
This adds two new commands to pactl:
set-default-sink
set-default-source
This command has been part of the native protocol for a long time,
no reason not to expose it in pactl.
2013-02-01 07:16:20 +02:00
poljar (Damir Jelić)
9779aa4985
pactl: Add the ability to toggle mute state.
...
This patch adds the ability to toggle mute for sink/sources and
sink-inputs and source outputs.
All mute commands now accept 1|0|toggle as an argument.
2013-01-27 18:11:54 +02:00
Tanu Kaskinen
6f1c3df37b
man: Update log-target documentation.
2012-12-19 12:31:50 +02:00
Tanu Kaskinen
b9f6bfcadc
man: Document the possiblity of unloading modules by name in pulse-cli-syntax.
2012-12-19 12:31:48 +02:00
Arun Raghavan
ead5447231
man: Correction for how sample rate switching is disabled
...
Setting to 0 in the parser causes daemon startup to fail.
2012-11-12 22:24:52 +05:30
Wieland Hoffmann
3b67ebb63e
man pulse-daemon.conf: Correct typoes
2012-11-03 15:42:35 +01:00
Martin-Éric Racine
333696ff60
manpage, finnish translation: fix spelling errors
2012-08-21 16:27:37 +02:00
Deng Zhengrong
1bf1815080
man: document option set-log-target
2012-07-17 11:10:38 +05:30
poljar (Damir Jelić)
5a57686e3e
man: Add latency offset documentation to the cli syntax.
...
The new latency offset command is now documented in the
pulse-cli-syntax man page.
2012-06-30 15:04:43 +03:00
poljar (Damir Jelic)
dcf92db0c3
pactl: Add set-latency-offset command.
...
This introduces a new command to allow setting the latency offset.
Also the card list command now shows the latency offset on the ports.
2012-06-30 14:42:43 +03:00
Paul Menzel
86996b4cc8
Fix spelling of separated: s, sepera, separa, g
...
The used command for fixing the script is the following.
$ git grep sepera | cut --delimiter=: --fields=1 | xargs sed -i s,sepera,separa,g
This patch is motivated by a patch in Debian from Martin-Éric Racine [1].
[1] http://anonscm.debian.org/gitweb/?p=pkg-pulseaudio/pulseaudio.git;a=commitdiff;h=70e7261a615141908c0cf366fd49e0fc0f550fbf
2012-06-30 13:53:58 +03:00
poljar
48f4c8ab8f
pactl: Add unloading modules by name.
...
pactl should allow unloading modules by name.
If there are multiple modules with the same name all
of them will be unloaded.
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=48289
2012-06-04 18:31:42 +03:00
Lennart Poettering
87ae830705
auth: move cookie file to ~/.config/pulse/cookie
...
In order to follow XDG basedir, read the cookie file from
~/.config/pulse/cookie if possible, but fall back to the old file.
if it doesn't exist.
2012-05-15 23:59:33 +02:00
Lennart Poettering
4bc865ad6e
man: update man pages to only refer to the new place for the configuration files
2012-05-15 23:24:28 +02:00
Lennart Poettering
08d4f8e2c3
build-sys: readd stub makefiles to subdirectories to make building with emacs easier
2012-05-15 14:17:58 +02:00
poljar
d85360e65c
pacmd: Added --help and --version descriptions to the man page.
...
The pacmd man page should show the available options. A simple
description for the --version and --help option was added.
2012-05-13 19:39:23 +03:00
Paul Menzel
e54b0fa6c9
Correct spelling of PulseAudio
...
• s,Pulseaudio,PulseAudio,
• One last occurence of this “error” is in the French translation.
2012-05-11 18:25:36 +05:30
Colin Guthrie
29e4b187a3
cli: Allow source-output volumes/mute to be set via CLI
...
This should have been done a long time ago but it brings symmetry to the API
2012-04-10 09:49:27 +01:00
Colin Guthrie
aa19646d34
man: Document the cli inteface a little.
...
This just documents the cli interface syntax. Mostly a lift from
http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/CLI
with some minor editing and bringing up to date.
Also document a few undocumented commands.
Shuffle around the order in 'pacmd help' output to match the order
in the new docs for consistency.
https://bugs.freedesktop.org/show_bug.cgi?id=45029
2012-04-10 09:49:27 +01:00
Tanu Kaskinen
df0e46065c
man: Document the local-server-type daemon.conf option.
2012-02-12 17:32:50 +02:00
Peter Meerwald
b351e06817
fix the ever-popular 'the the' typo
...
some are comments, some are user-visible doxygen text and documentation
2012-01-28 17:51:59 +02:00
Peter Meerwald
fab254c419
manpage: document --log-meta, --log-time, log-backtrace
2012-01-28 17:46:19 +02:00
Peter Meerwald
5f16d42ffa
manpage: document --log-target=file:PATH
2012-01-28 17:38:02 +02:00
Arun Raghavan
e58ee03878
daemon: Drop --module-idle-time from docs
...
This option does not exist any more.
2012-01-04 00:18:34 +05:30
Arun Raghavan
ac469a25c0
sink,source: Add the ability to disable alternat sample rate switching
...
Setting the alternate sample rate to 0 in config disables this feature.
2011-10-17 20:16:37 +05:30
Pierre-Louis Bossart
5bcfd2b630
core: infrastructure for alternate sampling rate
...
New parameter to avoid resampling. BIG power savings here...
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
2011-10-17 19:23:26 +05:30
Colin Guthrie
aa3142ab20
volume: Rename 'sync volume' to 'deferred volume'.
...
This just covers Lennart's concern over the terminology used.
The majority of this change is simply the following command:
grep -rli sync[-_]volume . | xargs sed -i 's/sync_volume/deferred_volume/g;s/PA_SINK_SYNC_VOLUME/PA_SINK_DEFERRED_VOLUME/g;s/PA_SOURCE_SYNC_VOLUME/PA_SOURCE_DEFERRED_VOLUME/g;s/sync-volume/deferred-volume/g'
Some minor tweaks were added on top to tidy up formatting and
a couple of phrases were clarified too.
2011-09-13 21:15:49 +01:00
Maarten Bosmans
0d349462c7
pactl: Add set-source-output-mute command
2011-08-16 11:01:34 +01:00
Arun Raghavan
0f3be7b72b
pactl: Add a set-sink-formats command
...
This uses the module-device-restore protocol extension to save formats
on sinks that support it.
2011-08-15 12:49:35 +05:30
Colin Guthrie
8ace9185aa
pactl: Make stat backwards compatible with previous versions.
...
This is not ideal but in order to aid people using it in scripts
etc, we will maintain backwards compatibiliy here.
Also add a 'short' mode and mention in the man page that this
will ultimately become the default at some point in the future.
2011-08-10 10:12:51 +02:00
Maarten Bosmans
d36a899062
pactl: Update manpage
2011-08-10 10:12:50 +02:00