aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-08-24 12:50:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-08-24 12:50:00 +0000
commite09df86b1f23cae45806a0bc862cfc12ab3ef036 (patch)
tree969d813df49b4a91b8a9911f87884f20eea985d3 /www/firefox-esr
parent4361d42c0f728cd4fface94254449068556ae261 (diff)
downloadports-e09df86b1f23cae45806a0bc862cfc12ab3ef036.tar.gz
ports-e09df86b1f23cae45806a0bc862cfc12ab3ef036.zip
www/firefox: document probing order for the default audio backend
PR: 248847
Notes
Notes: svn path=/head/; revision=546073
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/pkg-message13
1 files changed, 9 insertions, 4 deletions
diff --git a/www/firefox-esr/pkg-message b/www/firefox-esr/pkg-message
index 0ab509c044cc..b4075cf6a26f 100644
--- a/www/firefox-esr/pkg-message
+++ b/www/firefox-esr/pkg-message
@@ -18,10 +18,15 @@ Some features found on Windows, macOS and Linux are not implemented:
## Audio backend
-To select non-default audio backend open `about:config` page and
-create `media.cubeb.backend` preference. Supported values are: `alsa`,
-`jack`, `oss`, `pulse`, `pulse-rust`, `sndio`. Currently used backend can be
-inspected on `about:support` page.
+Currently used audio backend can be inspected on `about:support` page.
+Supported backends and default probing order is as follows:
+- `pulse-rust` if `pulseaudio` package is installed (PULSEAUDIO option)
+- `jack` if `jackit` package is installed (JACK option)
+- `sndio` if `sndio` package is installed (SNDIO option)
+- `alsa` if `alsa-lib` package is installed (ALSA option)
+- `oss` (always available)
+To force a specific backend open `about:config` page and create
+`media.cubeb.backend` preference.
Microphone selection only works in `oss`, `pulse`, `pulse-rust` backends.
Other backends are limited to `default` which is usually `/dev/dsp`,