Skip to content

Commit ed3d2a0

Browse files
committed
audio: Default buffering to 34ms
1 parent 49029c9 commit ed3d2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpcs3/Emu/system_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ struct cfg_root : cfg::node
248248
cfg::string audio_device{ this, "Audio Device", "@@@default@@@", true };
249249
cfg::_int<0, 200> volume{ this, "Master Volume", 100, true };
250250
cfg::_bool enable_buffering{ this, "Enable Buffering", true, true };
251-
cfg::_int <4, 250> desired_buffer_duration{ this, "Desired Audio Buffer Duration", 100, true };
251+
cfg::_int <4, 250> desired_buffer_duration{ this, "Desired Audio Buffer Duration", 34, true };
252252
cfg::_bool enable_time_stretching{ this, "Enable Time Stretching", false, true };
253253
cfg::_bool disable_sampling_skip{ this, "Disable Sampling Skip", false, true };
254254
cfg::_int<0, 100> time_stretching_threshold{ this, "Time Stretching Threshold", 75, true };

0 commit comments

Comments
 (0)