gpt4 book ai didi

c# - 播放背景音失败

转载 作者:太空宇宙 更新时间:2023-11-03 16:23:48 26 4
gpt4 key购买 nike

我想在 Windows Phone 应用程序中播放背景音频。MSDN 中建议的以下代码不起作用:

const string audio = "http://audio.radio24.it/radio24_audio/2012/121028-140-caratteri.mp3";
AudioTrack canzone = new AudioTrack(new Uri(audio, UriKind.Absolute), "", "", "", new Uri(audio, UriKind.Absolute));
BackgroundAudioPlayer.Instance.Track = canzone;
BackgroundAudioPlayer.Instance.Play();

BackgroundAudioPlayer.Instance.PlayState 持续到 Unknown 并且没有声音被再现。我必须使用绝对 uri。

最佳答案

您是否实现了AudioPlayerAgent
尝试阅读本网站中的示例 Charles Petzold's Example
有关 Windows Phone 7.5 中后台音频播放器的更多高级信息查看本网站Windows Phone COE's Example
我发现这两个在我实现 BAP 时非常有用

如果您有更多问题,请更新。祝你好运:)

关于c# - 播放背景音失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13155921/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com