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