Enable rate control by default on PC.
This commit is contained in:
parent
71c84af8fa
commit
2742125729
|
@ -267,7 +267,7 @@ static const int out_latency = 64;
|
||||||
static const bool audio_sync = true;
|
static const bool audio_sync = true;
|
||||||
|
|
||||||
// Experimental rate control
|
// Experimental rate control
|
||||||
#ifdef GEKKO
|
#if defined(GEKKO) || !defined(RARCH_CONSOLE)
|
||||||
static const bool rate_control = true;
|
static const bool rate_control = true;
|
||||||
#else
|
#else
|
||||||
static const bool rate_control = false;
|
static const bool rate_control = false;
|
||||||
|
|
|
@ -180,7 +180,7 @@
|
||||||
# audio_latency = 64
|
# audio_latency = 64
|
||||||
|
|
||||||
# Enable experimental audio rate control.
|
# Enable experimental audio rate control.
|
||||||
# audio_rate_control = false
|
# audio_rate_control = true
|
||||||
|
|
||||||
# Controls audio rate control delta. Defines how much input rate can be adjusted dynamically.
|
# Controls audio rate control delta. Defines how much input rate can be adjusted dynamically.
|
||||||
# Input rate = in_rate * (1.0 +/- audio_rate_control_delta)
|
# Input rate = in_rate * (1.0 +/- audio_rate_control_delta)
|
||||||
|
|
Loading…
Reference in New Issue