Add jack patterns for mic and webRTC

master
Quentin Duchemin 2020-05-19 14:49:35 +02:00
parent 20dcc61cbe
commit 0303d50ebb
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 13 additions and 2 deletions

View File

@ -8,11 +8,15 @@ vlc.*?2$
# == Firefox, all tabs mixed in one : volume per tab is managed through players directly == # == Firefox, all tabs mixed in one : volume per tab is managed through players directly ==
# FF Left # FF Left
.*?:Audio.*?0$ .*?:AudioStream.*?out_0$
.*:Firefox/in-1
.*?:AudioCallback.*?out_0$
.*:Firefox/in-1 .*:Firefox/in-1
# FF Right # FF Right
.*?:AudioStream.*?1$ .*?:AudioStream.*?out_1$
.*:Firefox/in-2
.*?:AudioCallback.*?out_1$
.*:Firefox/in-2 .*:Firefox/in-2
# PianoTeq # PianoTeq
@ -31,3 +35,9 @@ PortAudio:out_\d
# Mumble # Mumble
mumble:output_1 mumble:output_1
.*:Mumble/in-1 .*:Mumble/in-1
# Microphone
.*?:capture_1
.*?:AudioCallback.*?in_0$
.*?:capture_1$
.*?:in_1$

View File

@ -29,5 +29,6 @@ max-cert-depth 4
ask-cert-level ask-cert-level
# Serveur de clé par défaut # Serveur de clé par défaut
no-greeting
keyserver hkps://hkps.pool.sks-keyservers.net keyserver hkps://hkps.pool.sks-keyservers.net
cert-digest-algo SHA256 cert-digest-algo SHA256