fix pipewire-pulse typo and indentation

This commit is contained in:
Daniel Cousens 2022-01-25 04:44:26 +00:00
parent 8d37451fb8
commit 5c6e26fd0b

View file

@ -44,7 +44,7 @@ context.modules = [
#"tcp:127.0.0.1:8888" # IPv4 on a single address
#
#{ address = "tcp:4713" # address
# max-clients = 64 # maximume number of clients
# max-clients = 64 # maximum number of clients
# listen-backlog = 32 # backlog in the server listen queue
# client.access = "restricted" # permissions for clients
#}
@ -103,8 +103,7 @@ pulse.rules = [
}
}
{
# skype does not want to use devices that don't have an
# S16 sample format.
# skype does not want to use devices that don't have an S16 sample format.
matches = [
{ application.process.binary = "teams" }
{ application.process.binary = "skypeforlinux" }