summaryrefslogtreecommitdiff
path: root/Software
diff options
context:
space:
mode:
authorTanuKaskinen <TanuKaskinen@web>2022-01-01 19:08:46 +0000
committerIkiWiki <ikiwiki.info>2022-01-01 19:08:46 +0000
commitd5eccb9d1fe285dcea55b99f2a80424f71c1d72f (patch)
tree73401860ce8294ffddaacddd7cb6394b05d23328 /Software
parente99ccc9dc0e58ef619789f1669cee4a1d1d55795 (diff)
Diffstat (limited to 'Software')
-rw-r--r--Software/PulseAudio/Notes/16.0.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/Software/PulseAudio/Notes/16.0.mdwn b/Software/PulseAudio/Notes/16.0.mdwn
index 95d8a602..5a424aaf 100644
--- a/Software/PulseAudio/Notes/16.0.mdwn
+++ b/Software/PulseAudio/Notes/16.0.mdwn
@@ -8,6 +8,10 @@ Contains changes up to commit f7955eeb48f7e1bc0fe966ab2904832143cd754e (commit d
## Notes for end users
+### Opus support in the RTP modules
+
+The audio sent with module-rtp-send can now be compressed with the Opus codec. To use it, pass `enable_opus=true` as a module argument to module-rtp-send.
+
### Bluetooth device battery level reporting added
If a bluetooth device supports battery level reporting, the level is now available in the device's card object properties with the `bluetooth.battery` key. The property can be read with `pactl list cards`, for example.
@@ -22,9 +26,9 @@ The battery level is also available in the device's card object properties with
## Notes for packagers
-### Bluetooth battery level via BlueZ requires enabling an experimental feature
+### Bluetooth battery level reporting via BlueZ requires enabling an experimental feature
-The BlueZ D-Bus Battery API is still marked as an experimental feature, and if you wish to have PulseAudio use it, BlueZ will have to be built with the feature explicitly enabled.
+The Battery API is still marked as an experimental feature in BlueZ, and if you wish to have PulseAudio use it, BlueZ will have to be built with the feature explicitly enabled.
## git shortlog