Re: [AD] auto detection of audio driver

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Matthew Leverton wrote:
+/* The following list is used when autodetecting the audio driver to use.
+   The first one that returns success is used, hence order is important. */
+static const ALLEGRO_AUDIO_DRIVER_ENUM audio_drivers[] =
+{
+   ALLEGRO_AUDIO_DRIVER_DSOUND,
+   ALLEGRO_AUDIO_DRIVER_AQUEUE,
+   ALLEGRO_AUDIO_DRIVER_OPENAL,
+   ALLEGRO_AUDIO_DRIVER_PULSEAUDIO,
+   ALLEGRO_AUDIO_DRIVER_ALSA,
+   ALLEGRO_AUDIO_DRIVER_OSS
+};

I believe OpenAL should be put last on the list. Someone (PW?) said the stereo mode is broken.



--
Milan Mimica
http://sparklet.sf.net




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/