distribution/packages/rocknix/profile.d/020-audio_latency.conf
2024-03-17 22:04:09 +00:00

9 lines
236 B
Bash

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
AUDIO_LATENCY=$(get_setting audiolatency)
if [ -n "${AUDIO_LATENCY}" ]
then
export PULSE_LATENCY_MSEC=${AUDIO_LATENCY}
fi