From aacc560fabf13236b4e7483f9913459abd98d02e Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 18 Nov 2018 16:15:38 +1000 Subject: [PATCH] Add a backend nuance note for PulseAudio. --- mini_al.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mini_al.h b/mini_al.h index c0323b63..82701a52 100644 --- a/mini_al.h +++ b/mini_al.h @@ -131,6 +131,12 @@ // BACKEND NUANCES // =============== // +// PulseAudio +// ---------- +// - If you experience bad glitching/noise on Arch Linux, consider this fix from the Arch wiki: +// https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting#Glitches,_skips_or_crackling +// Alternatively, consider using a different backend such as ALSA. +// // Android // ------- // - To capture audio on Android, remember to add the RECORD_AUDIO permission to your manifest: