From 3e998b949229ad78f5851d284c5f678b5f939c84 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 17 May 2026 20:41:40 +0000 Subject: [PATCH] restore old audio size --- src/audio_core/sink/ps4_sink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio_core/sink/ps4_sink.cpp b/src/audio_core/sink/ps4_sink.cpp index c205cac73c..60808dba9b 100644 --- a/src/audio_core/sink/ps4_sink.cpp +++ b/src/audio_core/sink/ps4_sink.cpp @@ -32,7 +32,7 @@ struct PS4SinkStream final : public SinkStream { system_channels = system_channels_; device_channels = device_channels_; - auto const length = 240 * 2; + auto const length = 0x800; auto const sample_rate = 48000; auto const num_channels = this->GetDeviceChannels();