mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-20 22:47:04 +02:00
restore old audio size
This commit is contained in:
parent
11ffd9f817
commit
b44aa33180
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue