------- sound initialization -------
Loading sound module: qf
SDL Audio driver initializing...
Calling SDL_Init(SDL_INIT_AUDIO)...
SDL_Init(SDL_INIT_AUDIO) passed.
SDL audio driver is "pulse"
Format we requested from SDL audio device:
Format: AUDIO_S16LSB
Freq: 44100
Samples: 512
Channels: 2
Format we actually got:
Format: AUDIO_S16LSB
Freq: 44100
Samples: 512
Channels: 2
Starting SDL audio callback...
SDL audio initialized.
Sound sampling rate: 44100
Initialization of qf succesful
------------------------------------
------- sound initialization -------
Loading sound module: qf
SDL Audio driver initializing...
Calling SDL_Init(SDL_INIT_AUDIO)...
socket(): Address family not supported by protocol
SDL_Init(SDL_INIT_AUDIO) passed.
SDL audio driver is "alsa"
Format we requested from SDL audio device:
Format: AUDIO_S16LSB
Freq: 44100
Samples: 940
Channels: 2
Format we actually got:
Format: AUDIO_S16LSB
Freq: 44100
Samples: 940
Channels: 2
WARNING: sdlmixsamps wasn't a power of two (7520), so we made it one (4096).
Starting SDL audio callback...
SDL audio initialized.
Sound sampling rate: 44100
Initialization of qf succesful
------------------------------------