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();