Disable sndio in firefox.

This commit is contained in:
Tom Alexander 2024-04-30 21:34:52 -04:00
parent a97b503f8e
commit 06fb8db40a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 9 additions and 6 deletions

View File

@ -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"

View File

@ -1,5 +1,5 @@
# - name: Install packages - name: Install packages
# package: package:
# name: name:
# - foo - noise-suppression-for-voice-lv2
# state: present state: present

View File

@ -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

View File

@ -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