diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-10-17 20:01:03 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2011-10-17 20:16:37 +0530 |
commit | ac469a25c04c206c2483159b07deaa9b7c9d5f7c (patch) | |
tree | e0402f9cac676aff7fd28bc3c8513e1675e6f08c /man | |
parent | b9ff90fef856be80a299b7ce41ab8cebfe3c6bc5 (diff) | |
download | pulseaudio-panda-ac469a25c04c206c2483159b07deaa9b7c9d5f7c.tar.gz pulseaudio-panda-ac469a25c04c206c2483159b07deaa9b7c9d5f7c.tar.bz2 pulseaudio-panda-ac469a25c04c206c2483159b07deaa9b7c9d5f7c.zip |
sink,source: Add the ability to disable alternat sample rate switching
Setting the alternate sample rate to 0 in config disables this feature.
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index 33ea7920..2c42f8ce 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -420,7 +420,8 @@ USA. default-rate-rate value or this alternate value, typically 44.1 or 48kHz. Switching between default and alternate values is enabled only when the sinks/sources are suspended. This option - is ignored in passthrough mode where the stream rate will be used.</p> + is ignored in passthrough mode where the stream rate will be used. + If set to zero, this feature is disabled.</p> </option> </section> |