*NEW* Current Version on STEAM: 16.026Logfile: EN, DEWebchat:Visit the chat
A JXD? Russian console?
Hopefully, sound latency is not so disturbing, as for the action game I am working on.
Sounds was one of the biggest problems when developing this game. First i was using ApWidgets with multiple MediaPlayers. But later in process i find out that this was very laggy on some devices. After days of searching and studying i found way to use SoundPool and get contents from /data folder ( /assets after export ). AssetManager was the solution.Music files was too big for the SoundPool, so i had to use MediaPlayer instead.