Browse Source

restore old audio size

eden-orbis-ps4
lizzie 2 weeks ago
parent
commit
c3b7bdd616
  1. 2
      src/audio_core/sink/ps4_sink.cpp

2
src/audio_core/sink/ps4_sink.cpp

@ -32,7 +32,7 @@ struct PS4SinkStream final : public SinkStream {
system_channels = system_channels_; system_channels = system_channels_;
device_channels = device_channels_; device_channels = device_channels_;
auto const length = 240 * 2;
auto const length = 0x800;
auto const sample_rate = 48000; auto const sample_rate = 48000;
auto const num_channels = this->GetDeviceChannels(); auto const num_channels = this->GetDeviceChannels();

Loading…
Cancel
Save