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
Daniel Schaal
00493a4ef0
man: add manpage for start-pulseaudio-kde and start-pulseaudio-x11
2011-08-01 10:19:12 +01:00
Maarten Bosmans
3722dbbcb3
build-sys: Use configure AC_OUTPUT to process config files
...
Don't use sed to replace @variable@ in file.in.
2011-06-30 11:54:03 +01:00
Maarten Bosmans
e42bc02dc6
build-sys: Move some more defines to configure.ac
2011-06-30 11:54:03 +01:00
Maarten Bosmans
ebf93404b6
Remove libpulse-browse and pabrowse
2011-06-24 10:08:11 +01:00
Maarten Bosmans
e2df844976
build: Use silent rules for generating files
2011-03-11 11:49:43 +00:00
Daniel T Chen
b75b8aaf42
Further clarify src- and speex- references in pulse-daemon.conf
...
Based on comments from Arun Raghavan, make clear that we're referring
to the libspeex API documentation for the speex- options. Also correct
the quality range (was incorrectly 0..9 but is 0..10 now) and clean up
the line length.
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
2010-12-19 15:29:19 +00:00
Daniel T Chen
62d085fc65
trivial: Mention speex as a resampler reference in pulse-daemon.conf
...
A Debian user seemed confused that the man page for pulse-daemon.conf
does not refer to the libspeex API Resampler for use in PulseAudio's
*-src. Fix it by explicitly mentioning speex.
(http://bugs.debian.org/541206 )
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
2010-12-18 11:12:17 +00:00
Paul Menzel
53f2294d16
man: Reference correct --use-pid-file and fix typo (s/Of/If/).
...
Also reword to avoid referring to the legacy /tmp/pulse-$USER
path (Colin Guthrie)
2010-11-28 19:16:09 +00:00
Wanming.Zhang@tieto.com
811ea4ded8
man: Remove repeated lines
...
From 3c18dbe5889816792db27c9a7253a83687d68ee9 Mon Sep 17 00:00:00 2001
From: Zhang Wanming <wanming.zhang@tieto.com>
Date: Thu, 18 Nov 2010 10:03:39 +0800
Subject: [PATCH] man: Remove repeated lines
Signed-off-by: Zhang Wanming <wanming.zhang@tieto.com>
2010-11-18 08:49:42 +00:00
Paul Menzel
34c545c00c
man: Clarify wording in volume sync documentation.
2010-10-17 21:00:55 +01:00
Jyri Sarha
58bdd97260
man: sync_volume parameters to manual page
...
Some wording teaks by Colin Guthrie and others.
Signed-off-by: Jyri Sarha <jyri.sarha@nokia.com>
Reviewed-by: Tanu Kaskinen <tanu.kaskinen@digia.com>
2010-10-16 12:12:04 +01:00
Lennart Poettering
fb55798a3e
pacat: allow configuration of latency in msec
2010-02-09 22:44:30 +00:00
Paul Menzel
0ac13f17ba
man pages: correct formatting/markup of options
2010-02-02 09:01:32 +01:00
Lennart Poettering
21cbcc1a8a
client: introduce auto-connect-display= following the scheme of auto-connect-localhost=
...
Just connecting to a PA server just because X11's $DISPLAY is set might
be a security hole.
2010-01-13 22:15:52 +01:00
Lennart Poettering
3d6cc026e2
client: introduce auto-connect-localhost= option in client.conf
...
Partly fixes:
http://pulseaudio.org/ticket/773
Also fixes a security hole since listening on the default port is not
access controlled right now.
2010-01-13 22:08:59 +01:00
Lennart Poettering
38a03c1e4f
man: fix build with --disable-manpages
...
http://pulseaudio.org/ticket/698
2009-11-05 05:08:50 +01:00
Lennart Poettering
812be32783
daemon: disable CPU load limiter by default
...
RLIMIT_RTTIME and rtki can do this job much better, so let's disable
this by default.
2009-09-04 02:48:37 +02:00
Lennart Poettering
facae1f275
conf: invert all negative boolean configuration option
2009-08-12 20:15:28 +02:00
Alam Arias
66db0c8471
update pulse-daemon.conf.5.xml.in about realtime-scheduling
2009-07-31 16:31:51 +02:00
Alam Arias
6d0c5a161b
update pulse-daemon.conf.5.xml.in about exit-idle-time
2009-07-31 16:31:39 +02:00
Lennart Poettering
8adf1d5eea
man: document that tsched doesn't use fragment settings
2009-06-07 00:45:52 +02:00
Lennart Poettering
3aefc45883
man: document 24bit sample types in man page
2009-06-07 00:45:51 +02:00
Lennart Poettering
5be1cc52ff
man: document log related daemon.conf options
2009-06-07 00:45:51 +02:00
Lennart Poettering
78bccde226
conf: remove obsolete module-idle-time directive from default config file/man page
2009-06-07 00:45:51 +02:00
Lennart Poettering
a9b38b3530
daemon: optionally call mlockall() on startup
2009-06-07 00:45:47 +02:00
Lennart Poettering
4505bc9cc6
introduce default channel map in addition to the default sample spec
2009-02-21 16:32:42 +01:00
Lennart Poettering
d5f46e824e
move flat volume logic into the core. while doing so add n_volume_steps field to sinks/sources
2009-01-27 04:39:07 +01:00