related post Audio mini-stop bug is from Oct 2020
Later posts have a simpler method to disable loading of module-suspend-on-idle
Noise starting sound on AMD Ellesmere HDMI Audio Radeon RX 590 - #7 by nikgnomic
…use this command to comment out the module load command in PulseAudio configuration:
sudo sed -i '/load-module module-suspend-on-idle/s/^/#/' /etc/pulse/default.pa
Welcome to Manjaro forum
If removing module-suspend-on-idle
is not sufficient to reduce audio latency in PulseAudio
try this to reconfigure PulseAudio
tee ~/.config/pulse/daemon.conf <<< 'resample-method = speex-float-3
default-sample-format = s24le
default-sample-rate = 48000
enable-deferred-volume = 0'
To check latency for PulseAudio outputs
pactl list sinks
To check latency for audio stream inputs playing audio via PulseAudio
pactl list sink-inputs