mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
www/firefox: add microphone note to pkg-message
Only PulseAudio appears to return a list of available /dev/dsp* for cubeb consumers to allows users choose output/input at runtime. Mozilla doesn't maintain other backends, so it's up to the community to implement missing features. https://searchfox.org/mozilla-central/search?q=.enumerate_devices&path=media/libcubeb
This commit is contained in:
parent
7a3f09ca8b
commit
0f818ff914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533208
@ -23,6 +23,10 @@ create `media.cubeb.backend` preference. Supported values are: `alsa`,
|
||||
`jack`, `pulse`, `pulse-rust`, `sndio`. Currently used backend can be
|
||||
inspected on `about:support` page.
|
||||
|
||||
Microphone selection only works in `pulse` and `pulse-rust` backends.
|
||||
Other backends are limited to `default` which is usually `/dev/dsp`,
|
||||
so use virtual_oss to reroute microphones from non-default devices.
|
||||
|
||||
## smb:// issues
|
||||
Network group, machine, and share browsing does not work correctly.
|
||||
|
||||
|
@ -23,6 +23,10 @@ create `media.cubeb.backend` preference. Supported values are: `alsa`,
|
||||
`jack`, `pulse`, `pulse-rust`, `sndio`. Currently used backend can be
|
||||
inspected on `about:support` page.
|
||||
|
||||
Microphone selection only works in `pulse` and `pulse-rust` backends.
|
||||
Other backends are limited to `default` which is usually `/dev/dsp`,
|
||||
so use virtual_oss to reroute microphones from non-default devices.
|
||||
|
||||
## smb:// issues
|
||||
Network group, machine, and share browsing does not work correctly.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user