I have been trying to fix very annoying crackling in audio with bluetooth. The problem is more cutouts of the sound stream rather than crackling noise on top of continual sound stream. I use alsa, pipewire, bluetooth, and wire plumber. Installed per openSUSE instructions. Everything works but “crackles”.
I have been modifying parameters in user directory pipewire.conf as seen in several posts to try to find a right combination.
I just noticed that there are additional pipewire.confs in root in /etc/pipewire and /etc/alsa/conf.d
Should the root *.conf really the one be modified rather than the user pipewire.conf or should it be modified to be the same as the user configs or do I just continue to tinker with the user confs.
What is the relationship between root and user pipewire.conf? Which controls?
I should have looked up the man file. It is spelled out clearly there. I have been tinkering with the right file. But the tinkering is not working but that is another thread.
I do have only 1 user.
Somehow I thought man function only covered an executable app not a file. It never occurred to me to look at man.
Logically, when one hears about man one could be tempted to use
man man
to learn about man.
And yes, there it is:
The table below shows the section numbers of the manual followed by the types of pages they contain.
0 Header files (usually found in /usr/include)
1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
4 Special files (usually found in /dev )
5 File formats and conventions eg /etc/passwd
6 Games
7 Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [ Non standard ]