audio - better way to load sound in android game than load from res -


I wonder how is the best way to load sound files in the game? Loading from Res is slow, and I do not want to have such games in my game. Is there any other way to load the file with load?

Even AudioTrack

Perhaps a game developer can pipe here, but my usual meaning of working with audio in Android is that the exact time can be difficult, maybe someday we will get the openale and Can this change?

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -