Tagged Questions

0
votes
2answers
24 views

alutCreateBufferHelloWorld () in openal

hi all i need your help again in programing the openal i am new in programing in general >>and start to learn openal by vc++ 6 and i am learning it from the doc that attachment …
1
vote
1answer
86 views

Sounds effects in iPhone game

I'm making an opengl game for iPhone. And I'm about to start adding sound effects to the app. I wonder what's the best framework for this purpose. Is AV foundation my best option …
1
vote
1answer
78 views

Can’t fix Severe Memory Leak from Open AL

Hi there! I'm nearing the end of a big iPhone project and whilst checking for memory leaks stumbled on this huge one. I implemented the sound following this tutorial: http://www.g …
2
votes
1answer
159 views

OpenAL Real Time Audio Processing from Microphone

Hello. I would like to write a cross-platform application that can process and play back microphone data in real time. Imagine as a proof of concept a chat room where people can …
0
votes
3answers
534 views

iPhone SDK - OpenAL, ‘Beat Box’ style sound engine

How would one go about creating a 'beat box' style sound engine, where a series of sounds can be queued up ahead of time and during playback. These sounds need to play back withou …
0
votes
1answer
90 views

Creating sound - reading out alphabets - in PHP

Hi all. I've been doing a captcha script lately and was rather successful with it. However I want to create another script that creates a sound which can be used with the captcha. …
3
votes
1answer
105 views

Making a real-time audio application with software synthesizers

I'm looking into making some software that makes the keyboard function like a piano (e.g., the user presses the 'W' key and the speakers play a D note). I'll probably be using Open …
4
votes
6answers
880 views

How to program a real-time accurate audio sequencer on the iphone?

Hi... I want to program a simple audio sequencer on the iphone but I can't get accurate timing. The last days I tried all possible audio techniques on the iphone, starting from Au …
0
votes
1answer
92 views

Building better positional audio [AudioQueue manipulation]

Hey folks, I'm building an app that has a requirement for really accurate positional audio, down to the level of modelling inter-aural time difference (ITD), the slight delay diff …
0
votes
1answer
65 views

Sampling audio levels with OpenAL

Is it possible to sample the audio playback volume in real-time with OpenAL? Specifically, I'm using OpenAL in the iPhone SDK.
1
vote
1answer
159 views

iPhone: how to let the music play for an application using OpenAL?

I'm writing an iPhone app that uses OpenAL. When the application starts, the music playing in background stops. The music actually stops playing when I initialize the OpenAL libr …
1
vote
2answers
117 views

Playing Audio on the iPhone

I want to play prerecorded audio for users in an iPhone application. Is the best way to play this audio to use openAL? Is there any other way that might be beneficial for what I …
0
votes
0answers
18 views

OpenAL: How to free the memory malloced by alutLoadMemoryFromFileImage ?

Hi ! I use alutLoadMemoryFromFileImage to convert a wav file that lies in memory to data that can be used in OpenAL. The docu says, the returned data is only malloced and can simp …
0
votes
3answers
265 views

Getting notified when a sound is done playing in OpenAL

I'm using OpenAL on iPhone to play multiple audio samples simultaneously. Can I get OpenAL to notify me when a single sample is done playing? I'd like to avoid hardcoding the sam …
0
votes
0answers
62 views

Access UIButton from parent class while using function from another object class on the iPhone

I'm using openAL to play audio files. I'm using a uibutton to play an audio file. I access this play method that loads and plays the audio file from an object called oalPlayback. …

1 2 next
15 30 50 per page