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 プロパティ