openal
OpenAL - how to play unattenuated sound effects?
I\'m using OpenAL in my iPhone project to create sounds that attenuate when farther away from the listener.[详细]
2023-02-14 17:51 分类:问答NSString in custom class -> gets added to dictionary -> when gets retrieved NSString value has changed?
I am trying to stream a file on the iphone using OpenAL. Most of this code is based on the excellent tutorial by Ben Britten; however, I have tried to store the data in a custom class within a diction[详细]
2023-02-14 06:33 分类:问答iPhone/OpenAL getting sound length (playback time) of a sample
I\'m new to OpenAL. I managed to get a soundmanager code that wraps OpenAL for iPhone, so I can load sounds and play them.[详细]
2023-02-14 06:01 分类:问答Finch Audio Engine not opening default OpenAL device
I have an abstract class that initializes Finch to the global variable Finch *engine in the awakeFromNib method as follows:[详细]
2023-02-13 03:08 分类:问答Real-Time Audio Loop Switching for iPhone
I\'m trying to find the best way to play a seamless loop of audio, that the user can switch out for another at the shorte开发者_C百科st possible notice, with a decent number (30-150) of very short loo[详细]
2023-02-10 11:50 分类:问答AudioServices (Easy), AVAudioPlayer (Medium), OpenAL (Hard & Overkill?)
I need to play sounds (~5 seconds each) throughout my iphone application. When they\'re triggered, they need to play immediately.[详细]
2023-02-08 01:35 分类:问答OpenAL - sources don't mute completely beyond maximum distance
my sources change in volume nicely between the reference distance and the maximum distance. however - all sources beyond the maximum distance i can hear too - theyr volume is low but they\'re not comp[详细]
2023-02-07 20:58 分类:问答Play Multiple iPod Library Songs On iPhone At The Same Time With Pitch Bending & Other Effects [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-07 00:52 分类:问答openAL streaming & interruptions
I made an iphone application which uses OpenAL to play many sounds. These sounds are in mp3, quite heavy (more than 1mn)and I stream them (2 buffers per sound) in order to use less memory.[详细]
2023-02-04 23:52 分类:问答Does OpenAL support 5.1 output on Mac OS X?
I\'m in the process of porting an application from Windows to Mac OS X. It is using OpenAL for handling the sound, but I\'m getting a strange behavior in the initialization of the sound engine on Mac[详细]
2023-02-04 18:50 分类:问答