mirror of
https://github.com/arnavbhatt288/sdl-2.30.3-kolibri.git
synced 2024-11-05 23:30:27 +01:00
another change for audio subsystem
This commit is contained in:
parent
e071023d05
commit
e5c5ff3edf
@ -134,7 +134,7 @@ static int KOLIBRIAUDIO_OpenDevice(_THIS, const char *devname)
|
||||
private->used_format = PCM_2_16_48;
|
||||
|
||||
_this->spec.freq = 48000;
|
||||
_this->spec.format = AUDIO_S16SYS;
|
||||
_this->spec.format = AUDIO_S16LSB;
|
||||
_this->spec.channels = 2;
|
||||
SDL_CalculateAudioSpec(&_this->spec);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user