openal
Audio/MIDI C++ library for a real-time application
As I\'ve already said in another thread, I\'m working on a project related to real-time graphical programming for audio (something like Pure Data, Max/MSP, Reaktor).[详细]
2023-02-23 03:27 分类:问答OpenAL/ALUT - Loading wav files
I\'m using the following function: _alutLoadWAVMemory_((ALbyte *)myBuf,&format, &data, &size, &freq, &loop);[详细]
2023-02-22 21:30 分类:问答Determine when a buffer has been played without polling the source in OpenAL
Is this even possible? Would be extra cool if somehow I manage to have a function called every time a buffer has been processed. Any other ideas besides polling the source i开发者_JAVA技巧t\'s welcome[详细]
2023-02-21 20:18 分类:问答How to export sound from timeline of sounds on iOS with OpenAL
I\'m not sure if it\'s possible to achieve what I want, but basically I have a NSDictionary which represents a recording. It\'s a timeline of 开发者_运维知识库what sound id was played at what point in[详细]
2023-02-21 08:37 分类:问答How to play a sound file using openAL command from particular time instant (Time input is double or float)
I want to know if there is a command in openAL that can be used to play a sound file from particular time instant ( seek time). Like if I am using a slider and slide it , once I release the slider, th[详细]
2023-02-18 13:54 分类:问答How can I reduce the speed of sound playing on Iphone using Objective C
I have an开发者_如何学Go mp3 that I want to play slowly without altering the pitch. Is there a way to do it? I can convert into other forms, if I can do it in other forms. This is for a iPhone app tha[详细]
2023-02-18 01:56 分类:问答OpenAL and Popping Artifacts
I am using OpenAL for a music app for iPad. It has worked fine before, but now, after updating my device to iOS 4.3, there are popping/crackling noises on playback. They become apparent when multiple[详细]
2023-02-17 15:21 分类:问答To mix sounds using OpenAl
Anybody have any idea about how to mix sounds in iphone.We can use OpenAl that i know but need some sample application or code which would be easier for me to understand this concept As i have seen so[详细]
2023-02-17 08:58 分类:问答Play mp3 file smoothly upon dragging a scroll using AVToolbox or openAL
I have been facing this since so many days but I have not reach to any conclusion. My problem is : I want to play an mp3 filebut not simply by clicking on a play button.[详细]
2023-02-17 04:36 分类:问答Random noise when playing Audio with OpenAL on Mac
I am porting a game from iPad to Mac. Every time I start the game, certain set of sounds when they are being played, have an irritating noise at the end of playback, much like a short duration of hea[详细]
2023-02-16 10:16 分类:问答
加载中,请稍侯......