EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
982 stars 186 forks source link

Use Android Audio Api #286

Closed Ghabry closed 9 years ago

Ghabry commented 10 years ago

Instead of SDL_Mixer the Audio API of Android could be used (with fallback to SDL_mixer for unsupported formats)

https://developer.android.com/guide/appendix/media-formats.html Supports MP3, MIDI, Vorbis, PCM/Wave

Library for playback: (Needs Api Level 1, we are 9) https://developer.android.com/reference/android/media/SoundPool.html

Supports Volume, Playback Rate and Left/Right Volume Unsupported: Seek

fdelapena commented 9 years ago

Is this still worth to do after the latest backported wave patches?

Ghabry commented 9 years ago

Probably not. Closing.