I need to share an audio file which is opened (read-only) from foreground task (UI), and is being played by the BackgroundMediaPlayer task in Windows Phone 8.1.
While it is being played in the background, I also need to access the same file from the foreground UI, again as read-only to retrieve its byte content.
What is the best way to achieve it? Is storing it to IsolatedStorage an option?