Andrey Semashev
62dc0ad6c3
Added documentation for soxr resampling methods.
2015-02-12 20:36:59 +01:00
Ondrej Holecek
5effc83479
update FSF addresses to FSF web page
...
FSF addresses used in PA sources are no longer valid and rpmlint
generates numerous warnings during packaging because of this.
This patch changes all FSF addresses to FSF web page according to
the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html
Done automatically by sed-ing through sources.
2015-01-14 22:20:40 +02:00
Colin Guthrie
e775529167
man: Fix XDG_RUNTIME_DIR variable reference.
2014-11-03 12:32:23 +00: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
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
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
6f1c3df37b
man: Update log-target documentation.
2012-12-19 12:31:50 +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
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
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
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
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
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
e42bc02dc6
build-sys: Move some more defines to configure.ac
2011-06-30 11:54:03 +01: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
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
Paul Menzel
0ac13f17ba
man pages: correct formatting/markup of options
2010-02-02 09:01:32 +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
Lennart Poettering
d299ac5d93
Some man page updates, add missing documentation, other fixes.
2008-10-01 01:15:44 +02:00
Lennart Poettering
79ad4e63f6
Make the shared memory segment size configurable
...
This is useful only on systems where memory overcommit is not available
or disabled.
2008-10-01 01:14:36 +02:00
Lennart Poettering
f2164023fd
Add new option to disable remixing from/to LFE and set it to on by default
2008-09-05 16:04:42 +03:00
Lennart Poettering
456284918a
update documentation and help texts for s32le/s32be sample types
2008-09-05 00:39:36 +02:00
Lennart Poettering
822366a653
remove remaining $
2008-06-18 22:38:32 +02:00
Lennart Poettering
6b932f0a50
update man pages a bit
...
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2070 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-11-21 23:03:19 +00:00
Lennart Poettering
445991287d
add remaing man pages
...
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2029 fefdeb5f-60dc-0310-8127-8f9354f1896f
2007-11-08 22:30:33 +00:00