![]() |
| [[ Home | Forums | 3D Engines Database | Wiki | Articles/Tutorials | Game Dev Jobs | IRC Chat Network | Contact Us ]] |
|
|
#1 |
|
New Member
Join Date: Oct 2004
Posts: 7
|
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 |
|
New Member
Join Date: Oct 2004
Posts: 7
|
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 |
|
New Member
Join Date: Oct 2004
Posts: 7
|
How it is possible to reset Source after playing stereo sound and than play mono sound on same source ?
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Oct 2004
Posts: 7
|
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 ? |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|