[00:05:01] *** barra_ has quit IRC [02:08:22] *** Walt has joined #openal [02:09:50] *** Walt has quit IRC [02:14:57] *** Walt has joined #openal [06:58:47] *** juanmabc has quit IRC [08:19:01] *** Walt has quit IRC [09:12:15] *** predaeus has joined #openal [09:12:16] *** ChanServ sets mode: +v predaeus [09:45:06] *** Dentoid has joined #openal [09:45:10] <Dentoid> Morning [09:56:42] <KittyCat> hi [09:58:13] <Dentoid> Don't know if you remember my problem before, but I ended up doing the streaming thing. (Mix my sounds in software and then feed the stream to a OpenAL source.) [09:58:38] <Dentoid> Well, not mix all sounds together, but mix like... one car engine by itself, etc. [10:42:58] *** Walt has joined #openal [10:55:00] *** predaeus has quit IRC [11:16:58] *** LtJax has joined #openal [11:16:59] *** ChanServ sets mode: +v LtJax [11:32:56] * KittyCat is away: sleep [12:36:01] *** LtJax has quit IRC [13:02:02] *** Walt has quit IRC [13:04:45] *** Walt has joined #openal [13:14:34] *** juanmabc has joined #openal [13:14:35] *** ChanServ sets mode: +v juanmabc [14:51:02] *** Walt_ has joined #openal [14:51:18] *** Walt_ has quit IRC [14:55:21] *** Walt has quit IRC [15:30:08] *** Walt has joined #openal [15:48:45] *** LtJax has joined #openal [15:48:46] *** ChanServ sets mode: +v LtJax [16:51:41] *** D0pamine has quit IRC [16:57:36] *** LtJax has quit IRC [17:12:41] *** Walt has quit IRC [17:27:29] *** D0pamine has joined #openal [17:27:30] *** ChanServ sets mode: +v D0pamine [17:28:31] *** Walt has joined #openal [17:29:30] *** Walt_ has joined #openal [17:29:37] *** Walt_ has quit IRC [18:46:36] *** Dentoid has quit IRC [19:07:03] *** Setien has joined #openal [19:07:04] *** ChanServ sets mode: +v Setien [21:37:31] *** Setien has quit IRC [22:36:26] *** juanmabc has quit IRC [23:02:17] * KittyCat is back. [23:25:53] *** mattelacchiato has joined #openal [23:25:54] *** ChanServ sets mode: +v mattelacchiato [23:26:00] <mattelacchiato> hi there [23:26:48] <KittyCat> hi [23:32:46] <mattelacchiato> is there an implemtion-independent value for maximum count of sources or buffers? [23:35:49] <KittyCat> you would have to query it [23:36:56] <KittyCat> alcGetIntegerv(device, ALC_MONO_SOURCES, 1, &num_sources); [23:37:24] <KittyCat> you can create virtually unlimitted buffers [23:39:03] *** juanmabc has joined #openal [23:39:03] *** ChanServ sets mode: +v juanmabc [23:46:31] <mattelacchiato> are there other query-params? [23:46:42] <mattelacchiato> in specification, i only can see [23:46:43] <mattelacchiato> AL_DOPPLER_FACTOR [23:46:43] <mattelacchiato> AL_SPEED_OF_SOUND [23:46:43] <mattelacchiato> AL_DISTANCE_MODEL [23:48:05] <mattelacchiato> sry, wrong function [23:48:07] <mattelacchiato> ALC_MAJOR_VERSION [23:48:08] <mattelacchiato> ALC_MINOR_VERSION [23:48:08] <mattelacchiato> ALC_ATTRIBUTES_SIZE [23:48:08] <mattelacchiato> ALC_ALL_ATTRIBUTES [23:49:06] <KittyCat> ALC_FREQUENCY, ALC_REFRESH, ALC_SYNC (not too useful), ALC_STEREO_SOURCES.. [23:49:28] <KittyCat> ALC_CAPTURE_SAMPLES for capture devices [23:50:05] <KittyCat> ALC_EFX_MAJOR_VERSION, ALC_EFX_MINOR_VERSION, ALC_MAX_AUXILIARY_SENDS if EFX is available [23:54:57] <mattelacchiato> allright, thx.