config ignore
This commit is contained in:
+27
-24
@@ -1,33 +1,36 @@
|
||||
# barnard config for bmc-beta on mumble-the-brannons.com
|
||||
# Place at ~/.barnard.toml
|
||||
|
||||
DefaultServer = "mumble-the-brannons.com:64738"
|
||||
Username = "bmc-beta"
|
||||
|
||||
# Virtual mic for testing
|
||||
InputDevice = "Monitor of vsink Audio/Sink sink"
|
||||
|
||||
# Prefer PulseAudio/PipeWire backend
|
||||
AudioDriver = "pulse"
|
||||
AudioDriver = 'pipewire'
|
||||
MicVolume = 1.0
|
||||
InputDevice = ''
|
||||
OutputDevice = ''
|
||||
DefaultServer = 'mumble.the-brannons.com:64738'
|
||||
Username = 'bmc-beta'
|
||||
NotifyCommand = '/usr/share/barnard/barnard-sound.sh "%event" "%who" "%what"'
|
||||
NoiseSuppressionEnabled = false
|
||||
Certificate = ''
|
||||
RecordingFormat = 'flac'
|
||||
RecordingDirectory = '~/Audio'
|
||||
|
||||
[Hotkeys]
|
||||
Talk = "f8"
|
||||
VolumeDown = "f5"
|
||||
VolumeUp = "f6"
|
||||
VolumeReset = "f7"
|
||||
MuteToggle = "f4"
|
||||
Exit = "f10"
|
||||
ToggleTimestamps = "f3"
|
||||
SwitchViews = "tab"
|
||||
ScrollUp = "pgup"
|
||||
ScrollDown = "pgdn"
|
||||
NoiseSuppressionToggle = "f9"
|
||||
Talk = 'f8'
|
||||
VolumeDown = 'f5'
|
||||
VolumeUp = 'f6'
|
||||
VolumeReset = 'f7'
|
||||
MuteToggle = 'f4'
|
||||
RecordToggle = 'ctrl_r'
|
||||
Exit = 'f10'
|
||||
ToggleTimestamps = 'f3'
|
||||
SwitchViews = 'tab'
|
||||
ScrollUp = 'pgup'
|
||||
ScrollDown = 'pgdn'
|
||||
AdminMenu = 'f11'
|
||||
NoiseSuppressionToggle = 'f9'
|
||||
|
||||
[[Servers]]
|
||||
Host = "mumble-the-brannons.com"
|
||||
Host = 'mumble.the-brannons.com'
|
||||
Port = 64738
|
||||
|
||||
[[Servers.Users]]
|
||||
Username = "bmc-beta"
|
||||
Username = 'bmc-beta'
|
||||
Boost = 1
|
||||
Volume = 1.0
|
||||
LocallyMuted = false
|
||||
|
||||
Reference in New Issue
Block a user