DevMaster.net Forums
[[ Home | Forums | 3D Engines Database | Wiki | Articles/Tutorials | Game Dev Jobs | IRC Chat Network | Contact Us ]]

Go Back   DevMaster.net Forums > Programming & Development > Sound and Music Programming
User Name
Password
Register FAQ Members List Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 10-25-2004, 01:32 AM   #1
jur9103
New Member
 
Join Date: Oct 2004
Posts: 7
Default

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 is offline   Reply With Quote
Old 10-25-2004, 09:46 AM   #2
jur9103
New Member
 
Join Date: Oct 2004
Posts: 7
Default

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 is offline   Reply With Quote
Old 10-26-2004, 12:54 AM   #3
jur9103
New Member
 
Join Date: Oct 2004
Posts: 7
Default

How it is possible to reset Source after playing stereo sound and than play mono sound on same source ?
jur9103 is offline   Reply With Quote
Old 10-26-2004, 01:18 AM   #4
jur9103
New Member
 
Join Date: Oct 2004
Posts: 7
Default

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 ?
jur9103 is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump


All times are GMT -7. The time now is 09:30 AM.


Powered by vBulletin
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.