Skip to content

Commit 2ee4a05

Browse files
Increase installer audio chunk size to 4096. (#475)
1 parent 8d68470 commit 2ee4a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UnleashedRecomp/apu/embedded_player.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static Mix_Music* g_installerMusic;
9797

9898
void EmbeddedPlayer::Init()
9999
{
100-
Mix_OpenAudio(XAUDIO_SAMPLES_HZ, AUDIO_F32SYS, 2, 2048);
100+
Mix_OpenAudio(XAUDIO_SAMPLES_HZ, AUDIO_F32SYS, 2, 4096);
101101
g_installerMusic = Mix_LoadMUS_RW(SDL_RWFromConstMem(g_installer_music, sizeof(g_installer_music)), 1);
102102

103103
s_isActive = true;

0 commit comments

Comments
 (0)