Tagged Questions

0
votes
3answers
42 views

AVAudioPlayer - Metering - Want to build a waveform (graph)

Hey guys! I need to build a visual graph that represents voice levels (dB) in a recorded file. I tried to do it this way: NSError *error = nil; AVAudioPlayer *meterPlayer = [[AVA …
0
votes
1answer
10 views

sound and Nstimer stopped when iphone is in deepsleepmode?

I am creating an application in which I'm using nstimer and avaudioplayer to play sound,but both sound and timer stops when phone is in deep sleep mode.how to solve this issue? he …
0
votes
2answers
299 views

AVAudioPlayer memory leak

Hi there, I'm stuck on some weird memory leak problem related to the AVAudioPlayer and I need help after trying everything that came to mind. Here is the short description of the …
2
votes
1answer
33 views

Supported Audio file formats in iPhone

Hi, What are the supported audio files formats in iPhone? If I want to play a 2 hour audio files , what is the best audio file format I should have in my App? Thanks
0
votes
1answer
190 views

AVAudioPlayer to play short sounds [iPhone]

Hi, I want to use AVAudioPlayer to play short sounds... because I have more control than System Sound. I have several buttons which are hooked up to play several different short …
0
votes
1answer
53 views

AVAudioPlayer is not rentrant correct?

It appears that AVAudioPlayer is not reentent. So in the following would soundfx play to completion, delay 1 second, then play again, rather then the 1 second delay - and resultan …
0
votes
0answers
21 views

iPhone - why does AVAudioPlayer currentTime return a negative value?

Hi When does the AVAudioPlayer's currentTime method return a negative value? The audio file is playing (I am putting in a check before getting currentTime) but making a call to cu …
0
votes
0answers
7 views

Developing SDK 3.1.2 compatible audio.caf Files

Apparently SDK 3.1.2 has a built in discrimination about certain audio.caf files being passed to AVAudioplayer. Some files that worked fine with SDK 3.0.1 get a returned content n …
0
votes
2answers
69 views

Is it OK to mix AudioServicesPlaySystemSound and AVAudioPlayer?

We have a game that is very close to being released, but we have one extremely annoying problem. One on of our Beta testers phones, he can't hear any of the in game sound effects. …
0
votes
0answers
9 views

Why Xcode shows warning when use AVAudioPlayer Delegate protocol in appdelegate.h file?

//---------MyAppDelegate.h @interface MyAppDelegate : NSObject <UIApplicationDelegate, AVAudioPlayerDelegate> { //---in some other .m file, trying to acess the device toke …
0
votes
4answers
48 views

iPhone SDK: AVAudioPlayer making noise when paused or finishes

Hi, I'm playing multiple wav files (I tried using caf but same thing happen) with AVAudioPlayer. All the files are less than 2 sec, and 16 bit sound - file size is ~40kb. I found …
2
votes
1answer
63 views

Checking earphones connected to device programmatically?

I am using the AVAudioPlayer class to play .mp3 files in my App. Is it possible to check whether the earphones are connected to the device programmatically? In first generation iP …
0
votes
1answer
20 views

why AVAudioplayer doesn’t stop/pause when viewWillDisappear?

I am using avaudioplayer in my app. on viewwilldisappear i want to pause/stop the sound and on viewwill appear i want to play sound again.how do i do this? i'm using this code on v …
0
votes
3answers
133 views

playing a .caf file: works fine in simulator but not in iPhone

Hi, I'm building a voice recorder. Recoding and playing works fine on simulator. But on iphone it doesn't work. (I followed the exact steps as mentioned in iPhoneOSProgrammingGuid …
0
votes
2answers
43 views

iPhone - start multiple instances of AVAudioPlayer simultaneously

Hi I am using multiple instances of AVAudioPlayer to play multiple audio files simultaneously. I run a loop to start playing the audio files (prepareToPlay is called beforehand an …

1 2 3 next
15 30 50 per page