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.
ゲームでバックグラウンドサウンドを再生している場合、サウンドのないゲームと比較すると、ゲームの速度がわずかに遅くなります。この問題を解決するにはどうすればよいですか。サウンドに使用されるコードは次のとおりです。
menusound = Manager.createPlayer(inputstream、 "audio / midi"); menusound.realize(); menusound.setLoopCount(-1); menusound.start();