OpenAL + linu

Tim Angus tim at ngus.net
Tue Nov 15 15:07:21 EST 2005


On Tue, 15 Nov 2005 20:49:14 +0100 Dino wrote:
> >Please provide a complete condump.
 
------- sound initialization -------
SDL Audio driver initializing...
SDL audio driver is "alsa"
Starting SDL audio callback...
SDL audio initialized.
------------------------------------
----- Sound Info -----
sound system is muted
    1 stereo
32768 samples
   16 samplebits
    1 submission_chunk
22050 speed
0x8a66808 dma buffer
No background file.
----------------------

Are you certain OpenAL support is compiled in an s_useOpenAL is 1?
Furthermore, this output is rather odd. You should expect to see
something like this when SDL is used:

------ Initializing Sound ------
Initializing SDL audio driver...
SDL audio driver is "dsp".
SDL_AudioSpec:
  Format:   AUDIO_S16LSB
  Freq:     22050
  Samples:  512
  Channels: 2
Starting SDL audio callback...
SDL audio initialized.
----- Sound Info -----
    1 stereo
16384 samples
   16 samplebits
    1 submission_chunk
22050 speed
0x8b644f8 dma buffer
No background file.
----------------------
Sound intialization successful.
--------------------------------

Are you sure you're using the latest version from svn?



More information about the quake3 mailing list