summaryrefslogtreecommitdiff
path: root/Software/PulseAudio
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2022-05-15 10:44:15 +0000
committerIkiWiki <ikiwiki.info>2022-05-15 10:44:15 +0000
commit6847b6a8683a43c8a3a3f24e213e15c1129125d4 (patch)
tree982d9c5d3e6c7f0bcd1d17a4028dbd9f360ab37a /Software/PulseAudio
parent632ad15166cea97157db8477a2a3e202ee63f602 (diff)
Diffstat (limited to 'Software/PulseAudio')
-rw-r--r--Software/PulseAudio/Notes/16.0.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/Software/PulseAudio/Notes/16.0.mdwn b/Software/PulseAudio/Notes/16.0.mdwn
index 3ef4e5f5..4a12d341 100644
--- a/Software/PulseAudio/Notes/16.0.mdwn
+++ b/Software/PulseAudio/Notes/16.0.mdwn
@@ -4,7 +4,7 @@
[[!toc startlevel=2 levels=3]]
-Contains changes up to commit ece71de3fd20d1e3e4b76ec84c7cceb39ce02176 (commit date 2021-12-16).
+Contains changes up to commit 2101078c22d0331143295a31b5938dc03a967eba (commit date 2021-12-16).
## Notes for end users
@@ -42,10 +42,12 @@ Another change is the ability to set the `adjust_time` argument to smaller value
module-loopback used to log a bunch of status information every time it adjusted the playback rate. Now that the default adjustment interval is down from 10 seconds to 1 second, the logging became a bit too much, and the logging was disabled by default. It can now be enabled by setting the `log_interval` module argument. The value is given in seconds, it doesn't have to be an integer. The logging still happens at the time the rate adjustment is done, so if `log_interval` is less than `adjust_time`, then the logging will happen once per adjustment cycle.
-### module-jackdbus-detect can be configured to load only a sink or source
+### Increased flexibility for module-jackdbus-detect
module-jackdbus-detect is used for loading a JACK sink and source when JACK starts up. The module now has new `sink_enabled` and `source_enabled` arguments that accept boolean values. The new arguments can be used to disable either the sink or the source if loading both is not desired.
+module-jackdbus-detect can now also be loaded more than once, allowing multiple JACK sinks or sources with different configurations to be created.
+
### pactl can show information in JSON format
pactl has a new option `--format`, which accepts values `text` and `json`. `text` shows the pactl output in the traditional way, `json` shows it in the JSON format for easier interfacing with other software.