distribution/packages/jelos/profile.d/020-audio_latency.conf
fewtarius 165f994bc1
* Rework profile bits so they are correctly named and sequenced.
* Drop deprecated device.config from AMD64.
* Add a platform quirk for AMD64.x
2023-09-04 10:46:11 +00:00

7 lines
126 B
Text

AUDIO_LATENCY=$(get_setting audiolatency)
if [ -z "${AUDIO_LATENCY}" ]
then
export PULSE_LATENCY_MSEC=${AUDIO_LATENCY}
fi