summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2012-12-19man: Document the possiblity of unloading modules by name in pulse-cli-syntax.Tanu Kaskinen1-3/+3
2012-11-12man: Correction for how sample rate switching is disabledArun Raghavan1-1/+2
Setting to 0 in the parser causes daemon startup to fail.
2012-11-03man pulse-daemon.conf: Correct typoesWieland Hoffmann1-2/+2
2012-08-21manpage, finnish translation: fix spelling errorsMartin-Éric Racine2-2/+2
2012-07-17man: document option `set-log-target`Deng Zhengrong1-0/+5
2012-06-30man: Add latency offset documentation to the cli syntax.poljar (Damir Jelić)1-0/+5
The new latency offset command is now documented in the pulse-cli-syntax man page.
2012-06-30pactl: Add set-latency-offset command.poljar (Damir Jelic)1-0/+6
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-30Fix spelling of separated: s, sepera, separa, gPaul Menzel1-1/+1
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-04pactl: Add unloading modules by name.poljar1-2/+2
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-05-15auth: move cookie file to ~/.config/pulse/cookieLennart Poettering2-4/+4
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-15man: update man pages to only refer to the new place for the configuration filesLennart Poettering6-13/+13
2012-05-15build-sys: readd stub makefiles to subdirectories to make building with ↵Lennart Poettering1-4/+6
emacs easier
2012-05-13pacmd: Added --help and --version descriptions to the man page.v2.98-devpoljar1-0/+18
The pacmd man page should show the available options. A simple description for the --version and --help option was added.
2012-05-11Correct spelling of PulseAudioPaul Menzel1-1/+1
• s,Pulseaudio,PulseAudio, • One last occurence of this “error” is in the French translation.
2012-04-10cli: Allow source-output volumes/mute to be set via CLIColin Guthrie1-4/+4
This should have been done a long time ago but it brings symmetry to the API
2012-04-10man: Document the cli inteface a little.Colin Guthrie5-9/+356
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-02-12man: Document the local-server-type daemon.conf option.Tanu Kaskinen1-0/+16
2012-01-28fix the ever-popular 'the the' typoPeter Meerwald1-1/+1
some are comments, some are user-visible doxygen text and documentation
2012-01-28manpage: document --log-meta, --log-time, log-backtracePeter Meerwald1-0/+19
2012-01-28manpage: document --log-target=file:PATHPeter Meerwald1-2/+3
2012-01-04daemon: Drop --module-idle-time from docsArun Raghavan1-7/+0
This option does not exist any more.
2011-10-17sink,source: Add the ability to disable alternat sample rate switchingArun Raghavan1-1/+2
Setting the alternate sample rate to 0 in config disables this feature.
2011-10-17core: infrastructure for alternate sampling ratePierre-Louis Bossart1-0/+9
New parameter to avoid resampling. BIG power savings here... Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
2011-09-13volume: Rename 'sync volume' to 'deferred volume'.Colin Guthrie1-5/+5
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-08-16pactl: Add set-source-output-mute commandMaarten Bosmans1-0/+5
2011-08-15pactl: Add a set-sink-formats commandArun Raghavan1-0/+8
This uses the module-device-restore protocol extension to save formats on sinks that support it.
2011-08-10pactl: Make stat backwards compatible with previous versions.Colin Guthrie1-2/+5
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-10pactl: Update manpageMaarten Bosmans1-40/+91
2011-08-01man: add manpage for start-pulseaudio-kde and start-pulseaudio-x11Daniel Schaal3-2/+106
2011-06-30build-sys: Use configure AC_OUTPUT to process config filesMaarten Bosmans1-7/+2
Don't use sed to replace @variable@ in file.in.
2011-06-30build-sys: Move some more defines to configure.acMaarten Bosmans6-15/+13
2011-06-24Remove libpulse-browse and pabrowseMaarten Bosmans2-50/+0
2011-03-11build: Use silent rules for generating filesMaarten Bosmans1-2/+2
2010-12-19Further clarify src- and speex- references in pulse-daemon.confDaniel T Chen1-13/+14
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-18trivial: Mention speex as a resampler reference in pulse-daemon.confDaniel T Chen1-1/+1
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-11-28man: Reference correct `--use-pid-file` and fix typo (`s/Of/If/`).Paul Menzel1-3/+3
Also reword to avoid referring to the legacy /tmp/pulse-$USER path (Colin Guthrie)
2010-11-18man: Remove repeated linesWanming.Zhang@tieto.com1-6/+0
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-10-17man: Clarify wording in volume sync documentation.Paul Menzel1-2/+2
2010-10-16man: sync_volume parameters to manual pageJyri Sarha1-0/+30
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-02-09pacat: allow configuration of latency in msecLennart Poettering1-15/+81
2010-02-02man pages: correct formatting/markup of optionsPaul Menzel2-6/+6
2010-01-13client: introduce auto-connect-display= following the scheme of ↵Lennart Poettering1-0/+7
auto-connect-localhost= Just connecting to a PA server just because X11's $DISPLAY is set might be a security hole.
2010-01-13client: introduce auto-connect-localhost= option in client.confLennart Poettering1-0/+10
Partly fixes: http://pulseaudio.org/ticket/773 Also fixes a security hole since listening on the default port is not access controlled right now.
2009-11-05man: fix build with --disable-manpagesLennart Poettering1-23/+23
http://pulseaudio.org/ticket/698
2009-09-04daemon: disable CPU load limiter by defaultLennart Poettering1-2/+2
RLIMIT_RTTIME and rtki can do this job much better, so let's disable this by default.
2009-08-12conf: invert all negative boolean configuration optionLennart Poettering2-31/+32
2009-07-31update pulse-daemon.conf.5.xml.in about realtime-schedulingAlam Arias1-1/+1
2009-07-31update pulse-daemon.conf.5.xml.in about exit-idle-timeAlam Arias1-1/+1
2009-06-07man: document that tsched doesn't use fragment settingsLennart Poettering1-1/+2
2009-06-07man: document 24bit sample types in man pageLennart Poettering1-4/+6