avaudioplayer
Player for iPhone Programming?
I am using AVAudioPlayer in my program, but having touble in something I have 10 sounds, and as I click one to play or th开发者_运维技巧en others don\'t stop, I tried to solve by[详细]
2023-03-21 19:58 分类:问答Is there any way i can group three classes?
What I want to do is I have many classes first of all, they all have the same music throughout, as i said in the app delegates bool application did finish launching method. But in my last 3 classes, I[详细]
2023-03-21 07:05 分类:问答Play/Pause with the same button [AVAudioPlayer]
How can I play a sound with an IBAction by pressing on a UIbutton once and pause it by pressing the button again using AVAudioPlayer? Also I want to change the state of that UIButton when the sound is[详细]
2023-03-19 06:16 分类:问答Error while playing audio using AVAudioPlayer
I am getting below error while playing audio. Is this the reason for not playing my audio recording? Error \'!obj\' trying to fetch default input device\'s sample rate[详细]
2023-03-18 23:47 分类:问答AVAudioPlayer and AVAudioRecorder: Delegate Methods not Called
My delegate methods audioRecorderDidFinishRecording and audioPlayerDidFinishPlaying are not bein开发者_StackOverflowg called. Those methods should trigger a \'stopanimation` method that stops an anima[详细]
2023-03-18 13:06 分类:问答Best way for looping and using background sounds in iphone?
Lets say I am dragging my finger on screen and I have 1 second .caf sound file in my bundle. So what is the best way to play my sound file in a loop till i am dragging my fingers. And i开发者_开发知识[详细]
2023-03-18 03:48 分类:问答iphone : getting error of "_AudioSessionSetProperty" while playing recording
i am getting error of , Undefined symbols for architecture i386: \"_AudioSessionSetProperty\", referenced from[详细]
2023-03-18 00:46 分类:问答iPhone : how to get recording time using AVAudioPlayer?
how can i recognize the duration of my recording that is recorded by the user. Here Recording time is not decided, so user can record how much time he/she wants.[详细]
2023-03-17 12:47 分类:问答UISlider for scrubbing the AQPlayer like iPod
Can somebody tell me how to scrub the AQPlayer ( used in Apple\'s SpeakHere example ) using a UISlider like the iPod does?[详细]
2023-03-16 19:44 分类:问答AVAudioPlayer will not play when device is locked
I am using AVAudioPlayer in my application. When I select a song it plays, but my problem is, it is not playin开发者_如何学Gog when the device gets locked.You need to read Executing Code in the Backgr[详细]
2023-03-16 06:32 分类:问答