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.name = "capture.rnnoise_source"
|
||||||
node.passive = true
|
node.passive = true
|
||||||
audio.rate = 48000
|
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 = {
|
playback.props = {
|
||||||
node.name = "rnnoise_source"
|
node.name = "rnnoise_source"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# - name: Install packages
|
- name: Install packages
|
||||||
# package:
|
package:
|
||||||
# name:
|
name:
|
||||||
# - foo
|
- noise-suppression-for-voice-lv2
|
||||||
# state: present
|
state: present
|
||||||
|
@ -26,7 +26,7 @@ OPTIONS_SET+=NATIVECOMP PGTK
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${.CURDIR:M*/www/firefox*}
|
.if ${.CURDIR:M*/www/firefox*}
|
||||||
OPTIONS_UNSET+=PULSEAUDIO
|
OPTIONS_UNSET+=PULSEAUDIO SNDIO JACK
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
OPTIONS_SET+=OPTIMIZED_CFLAGS
|
OPTIONS_SET+=OPTIMIZED_CFLAGS
|
||||||
|
@ -2,6 +2,7 @@ archivers/unrar
|
|||||||
archivers/unzip
|
archivers/unzip
|
||||||
archivers/zip
|
archivers/zip
|
||||||
audio/mixertui
|
audio/mixertui
|
||||||
|
audio/noise-suppression-for-voice-lv2
|
||||||
audio/pavucontrol
|
audio/pavucontrol
|
||||||
databases/sqlite3
|
databases/sqlite3
|
||||||
deskutils/xdg-desktop-portal
|
deskutils/xdg-desktop-portal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user