You are not logged in.
I have USB headphones (Dali IO 6), which I just can't get working correctly in Arch. The system recognizes them just fine and I can see them on pavucontrol (as S/PDIF output), but the sound is just rattling and the playback is too fast. If I play music from Spotify, the seconds just run too fast.
The headphones work with Windows computer, and I can connect them to Arch with bluetooth. But I would prefer the USB due to better sound quality.
I have searched the solution for hours, changed sampling rates in /etc/daemon.conf etc., but nothing I try seem to help. Maybe the built-in microphone is causing the interference in the connection, but I don't know how to disable that. Any help would be greatly appreciated!
Offline
Sorry for the bump. I had this exact (mildly absurd) problem.
Disconnecting and reconnecting my bluetooth headset would give me normal sound for less than ten seconds before going choppy and playing too fast again. The strange speed increase would happen in spotify and youtube (which was all I tested).
At some point I noticed that my system clock was 10 minutes behind. After updating the clock everything works again.
Offline
According to
https://gist.github.com/frafra/47f2e448 … 508f5a504b
setting
default-sample-rate = 96000in /etc/pulse/daemon.conf fixes this issue (it worked for me at least).
Offline