avaudioplayer
objective c audio player option [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-05 03:32 分类:问答read mp3 file with AVAudioPlayer
i would like to read mp3 file withAVAudioPlayer #import <AVFoundation/AVFoundation.h> AVAudioPlayer *player;[详细]
2023-03-04 21:23 分类:问答KVO AVAudioPlayer not working
I am trying to observe the \"currentTime\" property of AVAudioPlayer. But the method isn\'t even being called... I need it to set the position of a UISlider..[详细]
2023-03-04 17:19 分类:问答avaudiorecorder distorts sound when played after recording
i have used an avaudiorecoder to record user\'s voice. it records it but when i play it the sound is crackled. any help regarding this will be appreciated..... following the code of my recorder\'s set[详细]
2023-03-03 19:15 分类:问答Play audio via earpiece is possible?
Is it possible to 开发者_如何学Cswitch sound output from built-in speaker/headphones to the earpiece? Standard Voice Memos app can do that for playing recoded audio notes.Check out this question[详细]
2023-03-03 10:20 分类:问答AVAudioPlayer in not playing file from url?
I am trying to play a recorded file in AVAudioPlayer. It plays my Local recording fine but when I try to play the same file stored on server with a valid url it doesn\'t play any sound..?[详细]
2023-03-02 17:50 分类:问答Getting SIGSEGV When Trying to Play an mp3 in AVAudioPlayer Using Monotouch
I am trying to play an mp3 file with the following code. AVAudioPlayer player = new AVAudioPlayer(); NSUrl mediaFile = NSUrl.FromFilename(monkeySound);[详细]
2023-03-02 15:59 分类:问答AvAudioPlayer memory issue audiotoolbox 32kb
i am facing the memory management issue. in the memory allocation every time it increases 32kb when the page load and it does not release the memory .and after some time when the total m开发者_StackOv[详细]
2023-03-02 08:39 分类:问答Monotouch: trying to play audio from a file that is generated on the fly using AVAudioPlayer
I am facing the following issue.. I want to Record an audio file from Mic using AVAudioRecorder and stream the output to an AVAudioPlayer real time. I tried that by opening a stream[详细]
2023-03-01 08:28 分类:问答How to play 2 sounds simultaneously
I have to play 2 sounds in my app...one for background and one for when user clicks any button.....Not i have only one sound for background and too many sounds for that button click.....all sounds are[详细]
2023-03-01 06:35 分类:问答