Delayed audio playback

I am new to fedora. I have downloaded Fedora 42 and installed it in vmware workstation for testing. Everything is working perfectly except for audio. I have gnome and fluxbox installed and am seeing the same behavior in both. In fluxbox, if i run speaker-test -c 2 I get no audio, but then it runs for a few seconds and audio starts working. If I move to another app like my browser to play back a youtube video the same thing happens - no audio for a few seconds, and then it starts working. I switch to gnome, and I get the same behavior. I am completely baffled at why this is happening. Is anyone able to help ?

1 Like

It might be worth considering whether a configuration change (or a delayed initialization) is affecting how audio/video devices behave.

I’ve seen a similar case here:
In that case, restarting the PipeWire-related services helped resolve the issue:


systemctl --user restart pipewire pipewire-pulse wireplumber

It’s not always a permanent fix, but it can help narrow down whether the problem is service-related.

Let us know if it makes any difference!