Disable sndio in firefox.
This commit is contained in:
parent
a97b503f8e
commit
06fb8db40a
@ -22,6 +22,8 @@ context.modules = [
|
||||
node.name = "capture.rnnoise_source"
|
||||
node.passive = true
|
||||
audio.rate = 48000
|
||||
# Optionally specify a specific input: (ID from `pactl list`)
|
||||
# target.object = "alsa_input.usb-Shure_Incorporated_Shure_Digital-00.analog-stereo"
|
||||
}
|
||||
playback.props = {
|
||||
node.name = "rnnoise_source"
|
||||
|
@ -1,5 +1,5 @@
|
||||
# - name: Install packages
|
||||
# package:
|
||||
# name:
|
||||
# - foo
|
||||
# state: present
|
||||
- name: Install packages
|
||||
package:
|
||||
name:
|
||||
- noise-suppression-for-voice-lv2
|
||||
state: present
|
||||
|
@ -26,7 +26,7 @@ OPTIONS_SET+=NATIVECOMP PGTK
|
||||
.endif
|
||||
|
||||
.if ${.CURDIR:M*/www/firefox*}
|
||||
OPTIONS_UNSET+=PULSEAUDIO
|
||||
OPTIONS_UNSET+=PULSEAUDIO SNDIO JACK
|
||||
.endif
|
||||
|
||||
OPTIONS_SET+=OPTIMIZED_CFLAGS
|
||||
|
@ -2,6 +2,7 @@ archivers/unrar
|
||||
archivers/unzip
|
||||
archivers/zip
|
||||
audio/mixertui
|
||||
audio/noise-suppression-for-voice-lv2
|
||||
audio/pavucontrol
|
||||
databases/sqlite3
|
||||
deskutils/xdg-desktop-portal
|
||||
|
Loading…
x
Reference in New Issue
Block a user