gpt4 book ai didi

xna - XNA SoundEffect无法从文件加载

转载 作者:行者123 更新时间:2023-12-02 22:28:32 29 4
gpt4 key购买 nike

我有一个字典来存储SoundEffects,例如:

public static Dictionary<string, SoundEffect> Hangok = new Dictionary<string, SoundEffect>();

我从文件(正常.wav格式)加载声音,例如:
GStatic.Hangok.Add(Azonosító, SoundEffect.FromStream(File.OpenRead(Azonosító)));

,其中Azonosító是文件名。

一切都很好,除了一个文件,其他文件都已加载;创建一个异常:

Operation is not valid due to the current state of the object.



,对我来说没有多少信息。谁能解释这个错误消息,或者告诉我为什么SoundEffect.FromStream无法读取?为什么?什么时候?解决方法?

提前致谢:
佩特

最佳答案

我使用ContentManager加载SoundEffect的。将wav文件放在内容项目中,然后应将其加载。

例如。

SoundEffect s = Content.Load<SoundEffect>("name");

关于xna - XNA SoundEffect无法从文件加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10186611/

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