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();