Preinitialize BackgroundAudioPlayer in WP7?

Posted by kgrevehagen on Stack Overflow See other posts from Stack Overflow or by kgrevehagen
Published on 2011-09-01T10:31:33Z Indexed on 2012/06/22 15:16 UTC
Read the original article Hit count: 157

When I am using the BackgroundAudioPlayer in my Windows Phone 7 application, it takes a lot of time to load the first time I want to play a song. Is there any way of preinitializing the BackgroundAudioPlayer before playing the first track, so that when I start playing, it starts right along? I have googled it, but no luck. I am just using BackgroundAudioPlayer.Instance when I e.g. want to play, pause, stop etc an audiotrack. Is there something other i could do to fix this?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-phone-7