openal
OpenAL AL_ILLEGAL_ENUM after alListener3f(AL_ORIENTATION, 0, 0, -1)
That\'s pretty much it. I\'ve got a function to set up an OpenAL context and device, and load a WAV file into a buffer and pass that buffer along with data from the file to alBufferData. I then try to[详细]
2023-03-24 00:24 分类:问答Why are my audio sounds not playing on time?
One of my apps has a simple metronome-style feature that plays a click sound a specified number of times per minute (bpm). I\'m doing this by starting an NSTimer, with an interval calculated from the[详细]
2023-03-23 15:28 分类:问答openAL tutorial for Mac OS X [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-20 23:52 分类:问答replacement for alutLoadWAVFile
The 开发者_运维技巧following function calls are deprecated in OpenAL 1.1, what is a proper replacement?? THe only answer i found in google was \"write your own function!!\" ;-)[详细]
2023-03-19 12:56 分类:问答openAL get/set offset in seconds
I use OpenAL to play background music. At one point, I need to get the exact current position on the track. I tried using alGetSourcef(_source, AL_SEC_OFFSET, &offset); and it works perfectly on i[详细]
2023-03-19 02:13 分类:问答Get all currently playing sounds (or get number of playing sounds for buffer)
I need to erase not playing buffer. For this I must check that there are no currently playing sounds attached to the buffer.[详细]
2023-03-18 03:52 分类:问答Must I release the OpenAL context here?
When setting up OpenAL, the Leaks Instruments tells me that I am leaking alContext here: alDevice = alcOpenDevice(NULL);[详细]
2023-03-17 15:28 分类:问答openAL looping cycle error
im trying to play a looping sound in openGL/SDL with openAL but when im calling it its just looping infinitely and its stuck at the start ive got no idea how to fix this so i came here hoping some1 kn[详细]
2023-03-17 05:48 分类:问答iOS SDK 4.3 OpenAL alGenSources results in AL_INVALID_OPERATION
I\'m trying to get to grips with OpenAL, working through a tutorial here: http://benbritten.com/2008/11开发者_如何学编程/06/openal-sound-on-the-iphone/[详细]
2023-03-15 11:35 分类:问答Playing OpenAL sounds from background thread
In my iOS app I wan\'t to play sounds using OpenAL. I have AudioManager class, responsible for sound-management (singleton). All sound sources & buffers are initialized when it is created (on the[详细]
2023-03-11 06:21 分类:问答
加载中,请稍侯......