Jump to content


Error in OpenAl


3 replies to this topic

#1 jur9103

    New Member

  • Members
  • Pip
  • 7 posts

Posted 25 October 2004 - 07: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 ?

#2 jur9103

    New Member

  • Members
  • Pip
  • 7 posts

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.

#3 jur9103

    New Member

  • Members
  • Pip
  • 7 posts

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 jur9103

    New Member

  • Members
  • Pip
  • 7 posts

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 ?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users