distribution/packages/jelos/profile.d/020-audio_latency.conf

8 lines
126 B
Text
Raw Normal View History

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