Could not find cause for sound lag on YouTube
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
- DarkSceptor
- Level 2
- Posts: 75
- Joined: Sat Nov 25, 2023 6:32 pm
Could not find cause for sound lag on YouTube
As far as I can tell, when I play games the sound is spot on. When I bring up Firefox and play YouTube videos there is about a 2 second period where the sound isn't there. And when I change videos the sound continues with the old video for a second before moving to the new video. I also use Firefox on Windows and there is no lag at all. Which eliminates Firefox as the cause and puts it on Mint's shoulders.
Systems:
AceMagic ARM5 Ryzen 7 5800U
--------------------------------------------
AMD 7 7700X * AMD Radeon 7800X * 32G * 4T Nvme2
Left Windows July 26, 2024
AceMagic ARM5 Ryzen 7 5800U
--------------------------------------------
AMD 7 7700X * AMD Radeon 7800X * 32G * 4T Nvme2
Left Windows July 26, 2024
- ThinkerPig
- Level 3
- Posts: 144
- Joined: Sun Apr 14, 2024 3:23 am
Re: Could not find cause for sound lag on YouTube
Have you tried another browser?
Disable hardware acceleration in your browser.
Load Firefox without add-ons, extensions
Or don't use Bluetooth audio.
Disable hardware acceleration in your browser.
Load Firefox without add-ons, extensions
Or don't use Bluetooth audio.
<Linux Mint Cinnamon 21.3 ThinkPad P1 Gen 3 UHD OLED>
🎶JHUFUS🎶Monkey3🎶My Sleeping Karma🎶Yuri Gagarin🎶
🎶JHUFUS🎶Monkey3🎶My Sleeping Karma🎶Yuri Gagarin🎶
Re: Could not find cause for sound lag on YouTube
Hello,
are you using speakers plugged to a HDMI or DP monitor? If so, try to connect directly to the computer.
are you using speakers plugged to a HDMI or DP monitor? If so, try to connect directly to the computer.
Main Laptop: Intel Core i7-6700HQ // NVIDIA GeForce GTX 1070 Mobile // 32 GB DDR4 2400 MT/s RAM // Linux Mint 21.2 "Victoria" // Kernel 5.15.0
Try this
Try:
You can make it a function:
To memorize it, add it to
Hope I could help.
Code: Select all
systemctl --user restart pulseaudio
Code: Select all
audioreset() { systemctl --user restart pulseaudio; }
~/.bashrc
.Hope I could help.