mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 12:41:18 +00:00
(Android) Set audio_out rate to 44100
This commit is contained in:
parent
623822126a
commit
a2b0f9afb6
@ -109,6 +109,8 @@ static void *sl_init(const char *device, unsigned rate, unsigned latency)
|
||||
{
|
||||
(void)device;
|
||||
|
||||
g_settings.audio.out_rate = 44100;
|
||||
|
||||
SLDataFormat_PCM fmt_pcm = {0};
|
||||
SLDataSource audio_src = {0};
|
||||
SLDataSink audio_sink = {0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user