#Microphone worse on Linux

1 messages · Page 1 of 1 (latest)

dusk copper
#

Distro: EndeavourOS
DE: KDE Plasma 6

Hello. Since switching to Linux, my friends on discord have noticed my microphone quality deteriorating.
I played a bit around in the sound settings, but did more harm than good.
The main issue is constant background noise whenever I speak (otherwise it is filtered out by discord).
Can you help me out please?

visual abyss
#

What sound system are you using? ALSA? Pulse? I'm new[ish] to linux and very new to Arch but have been doing some tinkering.

dusk copper
#

I honestly dont know, how do I check?

visual abyss
#

do you know what display manager you're using? kde, gnome, etc?

dusk copper
#

KDE Plasma 6

visual abyss
#

My first instinct is to say switch to X11 haha, but that's just my anecdotal experience in a short time. That's probably not the core issue.

#

What kind of mic you have?

dusk copper
#

Some HyperX headset

#

It worked fine on Windows, but now there is that white noise in the background.

visual abyss
#

can u open a terminal?

dusk copper
#

ye

visual abyss
#

type this pactl info

#

dont need to share what it says just curious if u have pulse or what installed

dusk copper
#

Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 2847
Tile Size: 65472

Server Name: PulseAudio (on PipeWire 1.0.4)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-0000_0b_00.3.analog-stereo.5
Default Source: alsa_input.pci-0000_0b_00.3.analog-stereo
Cookie: 6003:edb8

visual abyss
#

it looks like it's using pipewire. again, im super naive/new, but i'm inclined to try logging out and back in with x11. and see if it's any diff. If it is (better or worse), might just need to tinker with mixer

#

Have you also tried re-calibrating inside of Discord?

#

also, make sure you don't have any other devices plugged in capturing audio, like a webcam

#

confirm through discord's device dropdown

dusk copper
#

Just tested it. On X11 it is described to be "different, but weirdly different", maybe "a higher pitched white noise"?

dusk copper
visual abyss
#

is it an analog or usb device?

dusk copper
#

analog

visual abyss
#

type this pactl list short sources

dusk copper
#

2884 alsa_output.pci-0000_09_00.1.hdmi-stereo.monitor PipeWire s32le 2ch 48000Hz SUSPENDED
2885 alsa_output.pci-0000_0b_00.3.analog-stereo.5.monitor PipeWire s32le 2ch 48000Hz RUNNING
2886 alsa_input.pci-0000_0b_00.3.analog-stereo PipeWire s32le 2ch 48000Hz RUNNING

visual abyss
#

white noise sometimes sounds like a dirty input cable or not fully seated or something even

dusk copper
#

ill clean it rq

visual abyss
#

Don't use water 😄

#

Do arecord -l when you're back

dusk copper
#

didnt work

#

Karte 1: Generic [HD-Audio Generic], Gerät 0: ALC887-VD Analog [ALC887-VD Analog]
Sub-Geräte: 0/1
Sub-Gerät #0: subdevice #0
Karte 1: Generic [HD-Audio Generic], Gerät 2: ALC887-VD Alt Analog [ALC887-VD Alt Analog]
Sub-Geräte: 1/1
Sub-Gerät #0: subdevice #0

visual abyss
#

do parecord --version

#

(if no command, you might not have the package, pulseaudio-utils)

dusk copper
#

pacat 17.0
Compiled with libpulse 17.0.0
Linked with libpulse 17.0.0

frank hamlet
#

Do you have automatic input sensitivity enabled in discord?

dusk copper
#

no

frank hamlet
#

Why not?

#

I have and it works perfectly here. Removes background noise etc

visual abyss
#

something I was going to suggest, is to try recording outside of discord first. E.g.,
timeout 5 parecord --file-format=wav output.wav --device=alsa_input.pci-0000_0b_00.3.analog-stereo

dusk copper
#

automatic input sensitivity only changes the minimum noise input discord needs to transmit the audio input, right?
so it doesnt filter background noise when speaking

visual abyss
#

then listen to that output.wav and see if it has the same whitenoise to yourself

frank hamlet
dusk copper
visual abyss
#

so with that command i shared, at least you can start to troubleshoot outside discord without bothering your friends

dusk copper
#

lol

visual abyss
#

you could even make a quick script and time stamp it. try something/check for improvement

dusk copper
#

pardon me, i only switched to linux recently and have not found any GUI KDE options (outside of volume sliders and profiles) to play around with many sound settings

visual abyss
#

i honestly have had trouble with modern day analog more than any connection. During a 5-second recording, try just moving the cable slightly (dont break anything) and see if the noise changes a lot.

#

Be gentle.

dusk copper
#

Im quite sure its not a hardware issue. Everything worked fine on Windows. Only when I made the switch, my friends told me the quality worsened noticeably.

visual abyss
#

If the whitenoise is steady, it might be an issue with the levels.

#

are u still in x11 or in back to plasma?

dusk copper
#

back on plasma (x11 has some issues for me (plasma as well but less lol))

#

whitenoise is steady

visual abyss
#

Open your sound devices in System Settings

#

Know what I mean?

visual abyss
dusk copper
visual abyss
#

Is it set to Analog Stereo input?

dusk copper
visual abyss
#

It has both in/out on the cable, yes?

#

(mic, and your headphone audio?)

dusk copper
#

I think the exact model is HyperX Cloud Alpha. At least the photos seem to be very similar to mine.

dusk copper
visual abyss
#

I'm so biased, I keep wanting to blame analog haha. Hmm.
You could try adjusting the volume locally, but boost full in discord. e.g.,
pactl set-source-volume alsa_input.pci-0000_0b_00.3.analog-stereo 50%

dusk copper
#

I see

visual abyss
#

it's not perfect but maybe until you find direct solution

dusk copper
#

Ill try it tomorrow on discord, thank you!

visual abyss
#

it should just work with Pulse Audio drivers / should be the same as windows. I just wonder if it was lower level in windows, and so your friends notice it more now. Who knows, I'm speculating. GL! I probably can't help much more otherwise, but if I think of something I'll share. I've fought with audio a bit getting used to this environment.

dusk copper
#

Yes, thank you very much