mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
fix pipewire-pulse typo and indentation
This commit is contained in:
parent
8d37451fb8
commit
5c6e26fd0b
1 changed files with 5 additions and 6 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue