33 lines
789 B
Text
33 lines
789 B
Text
[device.profile]
|
|
# Set default profiles for OMNIGUL audio
|
|
skip-monitor = [ true, true ]
|
|
|
|
[device.properties]
|
|
# Improve audio quality and fix distortion
|
|
api.alsa.period-size = 512
|
|
api.alsa.headroom = 8192
|
|
api.alsa.disable-batch = false
|
|
api.alsa.use-chmap = true
|
|
api.alsa.multi-rate = true
|
|
|
|
# Increase buffer size to reduce crackling
|
|
node.param.max-latency = 2048/48000
|
|
node.param.rate = 48000
|
|
node.param.quality = 4
|
|
|
|
# Power management settings
|
|
api.alsa.pm-disable = false
|
|
|
|
# PCM settings
|
|
audio.format = "S16LE"
|
|
audio.rate = 48000
|
|
audio.channels = 2
|
|
audio.position = [ FL FR ]
|
|
|
|
# Buffer and period settings for better stability
|
|
node.latency = 2048/48000
|
|
api.alsa.buffer-size = 4096
|
|
|
|
# Enable hardware volume control
|
|
device.control.hardware-volume = true
|
|
device.control.hardware-mute = true
|