openal
MP3 streaming on iOS
I want to use OpenAL to play music in an iOS game. The music files are stored in mp3 format and I want to stream them using a buffer queue. I load audio data into the buffers using AudioFileReadPacket[详细]
2023-01-07 16:45 分类:问答Recording Audio with OpenAL [closed]
开发者_C百科 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 solic[详细]
2023-01-03 22:00 分类:问答calculate camera up vector after glulookat()?
I\'m just starting out teaching myself openGL and now adding openAL to the mix. I have some planets scattered around in 3D space and when I touch the screen, I\'m assigning a sound to a random planet[详细]
2023-01-03 18:34 分类:问答OpenAL device, buffer and context relationship
I\'m trying to create an object oriented model to wrap OpenAL and have a little problem understanding the devices, buffers and contexts.[详细]
2023-01-02 05:27 分类:问答OpenAL doesn't work when using AVAudioRecorder and AVAudioPlayer
i have been troubled about audio problem for several days. i don\'t think OpenAL get along with AVAudio functions.[详细]
2022-12-31 12:57 分类:问答Workaround for UnsupportedAudioFileException?
I\'m in a very early stage of writing a small music/rhythm game in Java (via Slick framework, which in turns uses OpenAL, but that\'s probably irrelevant here). The game needs to read (and playback) s[详细]
2022-12-31 00:16 分类:问答Is pitch and speed the same thing in audio programming context?
Pitch means \"perceived frequency\". Nice. But when I make pitch very low in OpenAL, sound plays a lot of times longer. If I make it very high, sound开发者_开发知识库 plays very short but with high fr[详细]
2022-12-29 13:16 分类:问答Is AudioSession actually the same thing as OpenAL?
Is AudioSession actuall开发者_高级运维y the same thing as OpenAL? They are quite different in purpose.[详细]
2022-12-29 08:50 分类:问答Is there an OpenAL programming guide from Apple? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-28 21:09 分类:问答What happens if I don't handle audio interruptions?
Is it possible to still play sound / music even if audio has been interrupted, or more precisely: even if MyInterruptionListener got called from the OS with the interruption state kAudioSessionBeginIn[详细]
2022-12-28 17:03 分类:问答