diff --git a/Userland/Libraries/LibWeb/Platform/AudioCodecPluginAgnostic.cpp b/Userland/Libraries/LibWeb/Platform/AudioCodecPluginAgnostic.cpp index 9acd9cb40d..c396c25ac2 100644 --- a/Userland/Libraries/LibWeb/Platform/AudioCodecPluginAgnostic.cpp +++ b/Userland/Libraries/LibWeb/Platform/AudioCodecPluginAgnostic.cpp @@ -15,7 +15,7 @@ namespace Web::Platform { -constexpr int update_interval = 10; +constexpr int update_interval = 50; static Duration timestamp_from_samples(i64 samples, u32 sample_rate) {