View Full Version : Error in OpenAl
jur9103
10-25-2004, 01:32 AM
OpenALSDK.exe 7.437.159 bytes from developer.creative.com
there is some problem with playing sounds. after changeing listener params, sounds stops playing. Has somebody such problem ?
how to fix it ?
is there new dll ?
jur9103
10-25-2004, 09:46 AM
problem was with wav file.
loading is with alut functions, and one was stereo.
after playing that sound on source, playing other sounds (mono) was not audible.
jur9103
10-26-2004, 12:54 AM
How it is possible to reset Source after playing stereo sound and than play mono sound on same source ?
jur9103
10-26-2004, 01:18 AM
only options i found is
alSourceStop ( Source );
alSourcei ( Source, AL_BUFFER, 0 );
alDeleteSources ( 1,&Source );
alGenSources ( 1,&Source );
Is there other options how to reset source after playing stereo sound ?
vBulletin, Copyright ©2000-2008, Jelsoft Enterprises Ltd.