Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个引用 xna 框架的 winForm 应用程序。我想以不同的频率播放 .wav 文件。但是 soundInstance.Pitch 的值是从 -1 到 +1。我需要相应的赫兹值,即 +1 = ???Hz 这样。任何人都可以帮助我解决这个问题!
音高值表示以八度为单位的现有声音的音高偏移,而不对应于以赫兹为单位的绝对音高。
MSDN - SoundEffectInstance.Pitch 属性