mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 07:45:56 +08:00
restore old audio size
This commit is contained in:
parent
e47c7014b1
commit
625aaa8bc0
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user