mpmusicplayercontroller Questions

1

Solved

I realize that there's two ways to set the playback queue (with a query or with a collection of MPMediaItems), but once this has been done, is there a way to access the queue on MPMusicPlayerContro...
Aurignacian asked 8/7, 2013 at 3:57

4

I have an iOS7 application with music player. I'm using the following code to check playback state changes from the MPMusicPlayerController to update the UI. More precisely I toggle the look of th...
Woolsey asked 20/9, 2013 at 6:26

1

Solved

While a song is being played, I tried to get currentPlaybackTime. NSLog(@"Playback: %f", appDelegate.appMusicPlayer.currentPlaybackTime); I always got "Playback: nan". The application gets the ...
Milksop asked 14/11, 2011 at 7:7

1

Probably a simple question - can an iOS app continue to receive media player notifications [NSNotifications] (i.e. MPMusicPlayerControllerNowPlayingItemDidChangeNotification) once it moves into bac...

1

Is there any way to detect if music or media from another source other than the iPod app is playing? I know that I can detect music playing from ipod with: [[MPMusicPlayerController iPodMusicPla...
Taper asked 29/8, 2012 at 11:53

1

Solved

I want to control the bass of song played by user from iPod music library. I've searched on Google and got some AudioMixer samples which were of no help, but now I have got bass library i.e....
Tillietillinger asked 6/8, 2012 at 7:37

1

Solved

As of iOS 5 we have access to MPNowPlayingInfoCenter to display info in the lockscreen and in the multimedia controls on the multitasking bar. I have an app that plays local audio files. I want to ...
Terminator asked 12/3, 2012 at 21:35

1

Solved

I had an app which worked correctly in iOS 4.3, after upgrading to iOS 5 it behaves in another way. After executing these lines on iOS 4.3 mp.playbackState is set to MPMusicPlaybackStatePaused, how...
Tyrrell asked 13/1, 2012 at 17:47

1

Solved

In recent iOS versions apps have some kind of access to the media control buttons on the lock screen, like the Play/Pause button: It looks like the buttons are supposed to work with the MPMusicP...
Sneck asked 15/12, 2011 at 10:4

1

I am using a music player property for iPod player controller. // .h @property (nonatomic, retain) MPMusicPlayerController *ipodPlayer; // .m ipodPlayer = [MPMusicPlayerController iPodMusicPlayer...

3

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 as a guide. Specifically...
Benzine asked 20/7, 2010 at 19:33

1

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 kind of thing. Is t...
Conifer asked 3/5, 2010 at 18:23

3

Solved

A good example of what I'm trying to accomplish is implemented in the latest version of the Spotify iPhone application for (Pandora seems to have the same feature) . When Spotify is in the backgro...
Johnathan asked 7/7, 2010 at 15:34

3

I am writing an iPad app that uses the "Flite" text-to-speech engine to announce specific events. The Flite engine uses an AVAudioPlayer instance to play the speech audio once it renders. For fun, ...

5

Solved

How can I get an ipod library music file into AVAudioPlayer?
Borlase asked 23/12, 2009 at 15:58

2

Solved

I've spent two days on this and have gotten nowhere. I'm trying to use [MPMusicPlayerController applicationMusicPlayer] to play audio chosen from the user's iPod library and have it run in the back...

1

Solved

Can any one suggest me how to play the music using MPMusicPlayerController in my application. Anyone's help will be very much appreciated. Thank you, Monish.
Magruder asked 18/2, 2010 at 13:5

© 2022 - 2024 — McMap. All rights reserved.