this post was submitted on 07 Dec 2024
24 points (96.2% liked)

KDE

5576 readers
60 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

As described in this AskUbuntu post, basically every time there's some audio playback, there is a variable delay when the audio starts. It can range from anything like a fraction of a second to a full two seconds.

I noticed this first when playing YouTube videos and then it was excruciatingly obvious and a real problem while editing audio in Audacity.

If it's any good, I'm using an NVIDIA RTX 3070 and I'm still under X, not Wayland, and using Pulse Audio.

My audio is going to my HDMI connected monitor where my speakers are connected.

This is only happening since I did a fresh install of Kubuntu 24.04 earlier this September.

Update: Added my graphics card model.

you are viewing a single comment's thread
view the rest of the comments
[–] cyborganism@lemmy.ca 1 points 1 month ago (1 children)

pactl info | grep "Server Name"

This is the output I'm getting:

Server Name: PulseAudio (on PipeWire 1.0.5)

Well THAT'S clear hahahaha ... So does that mean I'm using PulseAudio or PipeWire?

Edit ~/.config/wireplumber/main.lua.d/50-alsa-monitor.lua

That path doesn't even exist. I don't have the wireplumber subdirectory.

I'm gonna check with Pulseaudio if there are any known bugs. I wasn't sure where to start looking but this thread has given me some good hints, thanks to people like you. :)

[–] OsrsNeedsF2P@lemmy.ml 2 points 1 month ago* (last edited 1 month ago) (1 children)

Well THAT’S clear hahahaha … So does that mean I’m using PulseAudio or PipeWire?

It means you're using Pipewire :D. I think Pipewire builds on top of PulseAudio or integrates it or something. In any case, try this command to confirm it's Pipewire:

systemctl --user status wireplumber.service

My output looks like this:

● wireplumber.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled)
     Active: active (running) since Thu 2024-12-05 13:12:41 PST; 2 days ago

(The (running) means it's running)

That path doesn’t even exist

It might be under /usr/share/wireplumber/main.lua.d/. The only difference is this folder is for system files that affect all users, but given that this bug is happening on your own hardware that's probably what you want to change anyways

(You can also create ~/.config/wireplumber/main.lua.d/50-alsa-monitor.lua if you want; this is assuming you didn't change your XDG directories to not use .config)

[–] cyborganism@lemmy.ca 2 points 1 month ago (1 children)

● wireplumber.service - Multimedia Service Session Manager Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled) Active: active (running) since Fri 2024-12-06 21:17:10 EST; 2 days ago Yep. Looks like I am!

It might be under /usr/share/wireplumber/main.lua.d/

It is!!!

(You can also create ~/.config/wireplumber/main.lua.d/50-alsa-monitor.lua if you want; this is assuming you didn’t change your XDG directories to not use .config)

Ok so I will try this first.

[–] OsrsNeedsF2P@lemmy.ml 1 points 1 month ago* (last edited 1 month ago) (1 children)
[–] cyborganism@lemmy.ca 2 points 4 weeks ago

So I tried it and when I rebooted I saw my sound was muted. When I clicked on the volume icon in the system tray it said "No output or input devices found."