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 ?
Error in OpenAl
Started by jur9103, Oct 25 2004 07:32 AM
3 replies to this topic
#1
Posted 25 October 2004 - 07:32 AM
#2
Posted 25 October 2004 - 03:46 PM
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.
loading is with alut functions, and one was stereo.
after playing that sound on source, playing other sounds (mono) was not audible.
#3
Posted 26 October 2004 - 06:54 AM
How it is possible to reset Source after playing stereo sound and than play mono sound on same source ?
#4
Posted 26 October 2004 - 07: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 ?
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 ?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











