sound, add native rate mode, change resampling

This commit is contained in:
kub 2022-03-06 20:40:50 +00:00
parent d26d4c2965
commit 882f697ad4
11 changed files with 90 additions and 167 deletions

View file

@ -731,7 +731,7 @@ void pemu_sound_start(void)
}
}
static const int sound_rates[] = { 44100, 32000, 22050, 16000, 11025, 8000 };
static const int sound_rates[] = { 53000, 44100, 32000, 22050, 16000, 11025, 8000 };
void pemu_sound_stop(void)
{