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.
使用 SFML 1.6 平滑淡入/淡出声音的最佳方法是什么?
它有SetVolume()和SetAttenuation()。这两个直接设置这些值。但我需要从一种声音到另一种声音的平稳过渡。
SetVolume()
SetAttenuation()
我认为最好的方法是在每个帧/时间步骤中将音量设置得越来越低。