I am making a fast paced multiplayer space shooter… A friend is going to compose some music, and from browsing around the forum abit ogg seems to be the format of choice.
My friend is concerned that it might steal to much cpu cycles to decode ogg so that midi might be to prefer. Are there any performance issues using jorbis to decode on a really fast paced action game (2d graphics - using lwjgl for rendering). (most people with up to date graphics cards get 200 fps in the game now… so it runs really smooth… don’t want to lose any smoothness… ).
If there is (noting that Jorbis is pure java) is there some other alternative for decoding… such as something calling native code?
Also any gc interrupts would be unacceptable.
thanx for your time…