avaudioplayer
How to prevent AVAudioPlayer from playing before a view is displayed
Hi there I have an a UIView named HomeViewController that use UINavigationController.On a click of a button, I push another view using the following code:[详细]
2023-04-05 05:35 分类:问答AVAudioPlayer currentTime exceeds duration
I\'m making my own audio player using AVAudioPlayer. NOTE: \"p\" is my instance of the player Here\'s how I\'m reading the track progress in one of the labels:[详细]
2023-04-05 02:26 分类:问答can't access audio file after converting it
Ive been using the following code to convert aac / mp3 files into pcm. The code works fine. But right after the convert ion is done if I try to play that file or do anything with it using AVAudioPlaye[详细]
2023-04-04 14:32 分类:问答AVAssetReader kills playback (in AVAudioPlayer)
I am using AVAssetReader to read ipod library asset audio data and render a waveform image. this takes place using code I have described in my answer to this question[详细]
2023-04-04 13:13 分类:问答Why does audio work in the simulator but not on my iPad?
I am working on creating a very simple app.2 buttons, both play sound.Each clip lasts 1 second and responds to \"TouchUpInside\".They are .caf files that I converted in iTunes.[详细]
2023-04-04 13:00 分类:问答How to play sound on "Ringer & Alert Volume" level
In my app I want to have an alarm/notification on \"Ringer & Alert Volume\" level. In other words on the volume level which phone rings or alarms are used on (Preferences/Sound/Ringer and Alerts)[详细]
2023-04-03 23:17 分类:问答Problem while playing sound using AVAudioPlayer?
In my app, I am playing sound from library directory. Here sounds are stored in different folders with different naming conventions.[详细]
2023-04-03 04:10 分类:问答AVAudioPlayer..its playing old one
m making an app which requires to play recorded audio files. For that m having a sound.h/.m file and setting.h/.m file[详细]
2023-04-02 13:21 分类:问答AVAudioPlayer error loading file
I am trying to use the AVAudioPlayer to play a simple sound and I keep getting this error in the console:[详细]
2023-04-02 08:07 分类:问答AVPlayer class events
Are there any delegate methods in AVPlayer class? I need to handle interruptions such as phone call etc. AVAudioPlayer supports. If AVPlayer doesn\'t s开发者_如何学Cupport it, how to stream audio with[详细]
2023-04-01 13:49 分类:问答