[Openal] Starting works with alutInit(), but not with simple AL
functions
anna_kaa
kruspi at gmx.de
Wed Mar 19 01:50:52 PDT 2008
I'm new to OpenAL, so sorry if this is a stupid question.
My problem:
I wrote some OpenAL stuff which worked just fine on my own PC, but there was
no sound when I tried it on another one. To find out what was wrong, I
changed the starting procedure from alutInit to AL functions, so it now
looks like this:
mAlDevice=alcOpenDevice(NULL);
mAlContext=alcCreateContext(mAlDevice, NULL);
alcMakeContextCurrent(mAlContext);
Exit procedure in the same way. Now, I can't hear anything on my PC either.
There are no error messages, assertions do not fail and everything else
works, but there is no sound. I didn't change anything else.
Any ideas? Thanks for your help.
--
View this message in context: http://www.nabble.com/Starting-works-with-alutInit%28%29%2C-but-not-with-simple-AL-functions-tp16123657p16123657.html
Sent from the OpenAL - User mailing list archive at Nabble.com.
More information about the Openal
mailing list