Questions tagged [audio-playback-agent]
11 questions
4
votes
1 answer
In Mango, is it possible to reference background agents in class libraries?
I have an app which currently plays music (in the background) all the time it is running.
We wish to upgrade this in the Mango version of the app to use an Audio Playback Agent.
The majority of the playback logic is currently in a class library…

Matt Lacey
- 65,560
- 11
- 91
- 143
2
votes
2 answers
Auto call and play an audio recorded message
I wish to make automated calls to a list of numbers to then play a recorded audio message to them. The ones that don't pick up get a call back later.
What's the cheapest and easiest way to develop this using some pre-existing tools? Any directions…

user3708088
- 21
- 1
- 2
2
votes
1 answer
The DispatcherTimer still tick event after Stop() and set to null
I'm writing an app to listen music and watch video. In app, I have these 2 pages: 1 to play the audio playback agent (APA) - Page A, and one to play the video (using MediaElement) - Page B. While WP8 has an bug with the APA ( which I've asked here…

user3448806
- 897
- 10
- 22
2
votes
2 answers
How to stream online radio on WP7?
I am trying to create a radio app, which contains a collection of MP3-stream urls. However, I have run into some trouble streaming (or playing back) the audio.
I am trying to connect to a raw data stream like the ones you plug into VLC. An example…

Kris Selbekk
- 7,438
- 7
- 46
- 73
1
vote
1 answer
Is there any way other than using Isolated Storage/DB to comunicate with AudioPlaybackAgents?
Is there any way to comunicate directly with the AudioPlaybackAgent in windows phone 7 with out having to write a file to disk(Isolated Storage/DB).
Ideally I would want to expose a property or method that takes an object.
If no i would be happy…

abe
- 4,046
- 6
- 29
- 33
1
vote
1 answer
AudioPlaybackagent - WP8
In windows phone 8 application, I'm using AudioPlaybackagent to play a background audio.
I did the following scenario:
I play
BackgroundAudioPlayer.Instance.Play(),
while the song is playing I called
BackgroundAudioPlayer.Instance.Stop()…

Developer
- 1,803
- 2
- 15
- 26
0
votes
1 answer
Album art not showing when using AudioPlaybackAgent in WP7?
when using the AudioPlaybackAgent in WP7 I create a track before playing it. Now when I create the track everything transfers: the file, the title, the artist, and the album, but for some reason when I navigate to the Music and Video Hub on the…

Edward
- 7,346
- 8
- 62
- 123
0
votes
0 answers
How to access Transport/Media playback controls using CrossMediaManager in Xamarin Forms
I am using CrossMediaManager to Mp3 files from device library. I am looking to allow users to perform next, previous, and play operations from playback / media controls. In content page everything works as expected. What I am looking is when my app…

ARH
- 1,566
- 3
- 25
- 56
0
votes
1 answer
Windows phone Audio play back Agent
Can anybody please tell me that how to play dynamic music list using background playback agent in windows phone 8,i search every where on internet but tutorials can use tha hard coded music list

user2563086
- 11
- 2
0
votes
2 answers
AudioPlaybackAgent crashes when network not available
I'm currently using AudioPlaybackAgent to play online audio stream (mp3). If device is connected to the internet audio is playing. But when there is no network connection and I press the play button in my app, crashes with
An unhandled exception of…

Majky
- 1,943
- 1
- 18
- 30
0
votes
0 answers
WP7 what is E_FAIL
I'm using AudioPlayerAgent to build music application on Windows Phone 7.
However, when handle OnPlayStateChanged event in the agent, I usually receive E_FAIL error when handle TrackEnded event
case PlayState.TrackReady:
player.Play();
…

onmyway133
- 45,645
- 31
- 257
- 263