You are not logged in.
The audio output from my HDMI TV sounds like chipmunks (high pitched stuttering, sometimes gaps). I'm using PipeWire/Wireplumber and Sway.
Setting frame rate from 60Hz to 24Hz didn't work, changing HDMI port on my TV didn't work, setting
default.clock.allowed-rates = [ 441000 ]from default `48000` in `.config/pipewire/pipewire.conf` didn't work.
I'm out of ideas.
Last edited by Gargantuar (2025-06-21 17:53:05)
Offline
Is the sound ok on the internal speakers or headphones?
Do you have another HDMI device you could test (ie. whether this is specific to the particular Tv)?
Offline
default.clock.allowed-rates = [ 441000 ]
Shouldn't this be
default.clock.allowed-rates = [ 44100 ]?
441000 is indeed a very high sampling rate.
Mainboard: GIGABYTE B550 AORUS ELITE V2 | CPU: Ryzen 7 5800X | RAM: 32 GB
GPU: GeForce RTX 4060 8 GB (580.119.02 proprietary) | Display: BenQ BL2405 1920x1080
Kernel: 6.18.8 stable | Boot Manager: GRUB2 | DE: KDE Plasma | Login Manager: SDDM | Compositor: KWin
Online
But was apparently a mitigational effort anyway?
setting
default.clock.allowed-rates = [ 441000 ]from default `48000` in `.config/pipewire/pipewire.conf` didn't work
Offline
Is the sound ok on the internal speakers or headphones?
Yes, both are ok (if I set output to `analog-stereo`).
Do you have another HDMI device you could test (ie. whether this is specific to the particular Tv)?
Currently, no.
Offline
Gargantuar wrote:default.clock.allowed-rates = [ 441000 ]Shouldn't this be
default.clock.allowed-rates = [ 44100 ]?
441000 is indeed a very high sampling rate.
Sry, I indeed have set `44100`, not `441000` (typo, my bad).
Offline