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.
我正在尝试循环声音,但我只能在 C++ 中找到SND_LOOP循环整个声音。PlaySound()有没有办法让它,当它进入循环时,让它围绕循环开始/结束点循环。或者,如果这是不可能的PlaySound,任何其他 API(我使用 DirectX 9.0c)。
SND_LOOP
PlaySound()
PlaySound
我找不到任何东西,但我最终将波形截断到一秒,只循环一个,然后循环播放。