Adrian Ulrich 5050cd047c Yet another ReplayGain commit :-/
I'm going back to mp.setVolume(). The Android Equalizer turned out to be too buggy.
The only advantage of using it would be the possibilty to go > 100%, but this feature just
doesn't work well - even on a Nexus 7 running Stock 4.2.2.
So there is no need to use the EQ if we are still limited to 100%
2013-05-01 11:06:32 +02:00
2013-03-11 18:25:05 +01:00
2013-05-01 11:06:32 +02:00
2011-10-25 18:23:35 -05:00
2012-10-18 22:35:44 +02:00
2012-10-21 17:16:46 +02:00

Translating

You can help translate here. If your language isn't on the list, open an issue and I can add it.

Building

To build you will need:

  • A Java compiler compatible with Java 1.6
  • The Android SDK with platform 16 (JellyBean) installed

Building from command-line

  • android update project --path . to generate local.properties
  • ant debug to build the APK at bin/VanillaMusic-debug.apk
  • Optional: ant installd to install the APK to a connected device

Building from Eclipse

You can also build from Eclipse. Create a new Android Project, choosing "Create project from exisiting source", then set the compiler compliance level to 1.6 in project settings.

Documentation

Javadocs can be generated using ant doc

Description
No description provided
Readme 27 MiB
Languages
Java 97.2%
HTML 1.3%
Perl 1%
Makefile 0.4%
Shell 0.1%