Read original post by Keith Patton at MarkerMetro
Creating a background audio capable app in Windows 8 is very easy once you have the steps.
There’s a great blog post that provides working code that gets you most of the way there.
Do remember to wrap the calls within the MediaControl handlers to marshall them back to UI thread to avoid cross-thread exceptions though as follows [...]