如何在 WP7 中(最好)重复播放声音?
我需要每 X 毫秒重复播放一次声音。最好使用 XNA 框架还是 MediaElement? (我没有将 XNA 用于其他用途)。
I need to play a sound repeatedly every X milliseconds. Is it best to use the XNA framework or MediaElement? (I'm not using XNA for anything else).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
声音文件可以互相重叠吗?如果是,请使用 XNA,因为每页只能有一个 MediaElement。
要开始使用,请参阅 dotnetscraps。
Can the soundfiles overlap each other? If yes go and use XNA because you can only have one MediaElement per page.
For getting started see dotnetscraps.