Skip to content

Commit

Permalink
change minimum audio buffer duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoby1218 committed Apr 25, 2020
1 parent 256c74d commit ac4786f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/system_config.h
Expand Up @@ -213,7 +213,7 @@ struct cfg_root : cfg::node
cfg::_int<1, 128> startt{ this, "Start Threshold", 1 }; // TODO: used only by ALSA, should probably be removed once ALSA is upgraded
cfg::_int<0, 200> volume{ this, "Master Volume", 100 };
cfg::_bool enable_buffering{ this, "Enable Buffering", true };
cfg::_int <20, 250> desired_buffer_duration{ this, "Desired Audio Buffer Duration", 100 };
cfg::_int <4, 250> desired_buffer_duration{ this, "Desired Audio Buffer Duration", 100 };
cfg::_int<1, 1000> sampling_period_multiplier{ this, "Sampling Period Multiplier", 100 };
cfg::_bool enable_time_stretching{ this, "Enable Time Stretching", false };
cfg::_int<0, 100> time_stretching_threshold{ this, "Time Stretching Threshold", 75 };
Expand Down

0 comments on commit ac4786f

Please sign in to comment.