Hey guys,
I got an *.m4p-file reachable via a http-URL and want to play this in my iPhone App.
First I tried to use the AVAudioPlayer, but it does not seem to support ...
I am trying to disable the automated sleeping of iPhone for certain period in my app.
Used [[UIApplication sharedApplication] setIdleTimerDisabled:YES] which works fine as long as I play no music.
But when I ...
I'd like to take control of the audio coming from MPMusicPlayerController (i.e., playing from the iPod library). For example, I'd like to apply EQ to it or do DSP, reverb, that ...
I have music playing within my application using a MPMusicPlayerController, using iPodMusicPlayer (also tried applicationMusicPlayer). When I play a sound using AVAudioPlayer my music from my MPMusicPlayerController will stop. Is there ...
I've an app which uses the MPAudioPlayerController to access the iPod music library, and an AVAudioPlayer to overlay audio on top of the music. I've used this documentation ...
I am trying to write an application where the user records a sound and would be listening to the same with a background music from music library. However, when i try ...
It looks like both of them can play audio file.
What is the difference between AVAudioPlayer and MPMusicPlayerController?
Welcome any comment
Thanks
interdev
Hi I have went through a lot of searching and have deduced that
1) I can query for a specific audio file from Ipod Library and can play it using MPMusicPlayerController Library. ...
I'm trying to get the album artwork from a MP3 file.
In this case I use AVAudioPlayer to play the file.
Here's the code that I thought would get the album ...
I'm an Obj-c beginner, trying to make a simple iPhone music app. Basically, you press some different buttons and some different sounds are played. You may play a song from your ...
I am implementing audio based application. In my application I need to play ipod songs and app audio simultaniously with different volume levels. Is it possible to do this? can you ...
I am very new on working with audio player. I need a confirmation that it is possible to give the output items of the MPMusicPlayer as inputs to the AVAudioPlayer. My ...
I am implementing an audio based application, in my application I need to integrate FadeIn and FadeOut feature.
What I need to do is I need to use down the volume level ...