[APP] FLAC/APE Player [March 11 Update]
I am not an application programmer but sound is very important for me.
I didn't find any flac players for Android, so I wrote a simple program myself.
The interface is rather ascetic because I'm not a java programmer.
The program plays any FLAC, APE or uncompressed WAV file, or all such files in a directory.
Hope somebody will contact me and write a really good flac player for Android.
---------------------------
[Updated on November 24]
Here's the completely rewritten version.
It's much more stable and smooth, and has a better interface.
No need to use command line to set the required permissions, it'll call for the root access if it fails to open the sound device in read-write mode.
---------------------------
[Updated on December 31]
(1) At last, found a way how to make the interface indeed responsive!
(2) Added WavPack (*.wv) and MusePack (*.mpc) support.
(3) Added a simple Settings menu to change font size and overall appearance.
---------------------------
[Updated on January 30]
(1) CUE files support
(2) Playlists support
See post
http://forum.xda-developers.com/show...03#post5499903 for details.
---------------------------
[Updated on February 12]
(1)
ROOT ACCESS IS NOT REQUIRED ANYMORE
(2) On request, playback of lossy files supported in Android
See post
http://forum.xda-developers.com/show...99#post5603599 for details.
---------------------------
[Updated on February 25]
(1)
Added support of non-rooted Android 2.0 & 2.1 devices
(2) Improved interface (now shows track time/progress)
---------------------------
[Updated on March 11]
(1) Added support of Apple Lossless Audio Codec (aka ALAC)
(2) Added auto-bookmarks so that you can exit and then restart exactly where you were playing before
(3) New icon and buttons (thanks to the people from 4pda.ru!)
(Minor update on March 12) Fixed a bug not flushing the buffer at the start of each track; auto-bookmarks
as a user option.
(Minor update on March 14) Fixed sdcard write permissions in manifest
Please backup and uninstall the previous version before installing this one, it uses different SDK/NDK setup!!!
The sources are now available via SVN at
http://code.google.com/p/andless.