Meelouw Posted January 22, 2011 Share Posted January 22, 2011 Bonjours je viens solliciter votre aide car j'aimerais intégrer le flac dans mon android. Pour ce faire j'ai trouvé ça : FLAC on Android From Kenny Root I wrote some patches to enable playback of FLAC files in Android. Limitation: The current implementation only accepts 16-bit FLAC. I plan on adding 8-bit and 24-bit (dithering to 16-bit; the Android platform doesn't appear to support 24-bit audio). If you want to enjoy FLAC but not necessarily build Android from source, cyanogen has included it in the CyanogenMod ROM for the G1 as of version 3.9.3. How To Use the Source It's not officially included in the Android distribution, so to enable it, you'll need to create or add this to your ${TOP}/.repo/local_manifest.xml: <?xml version="1.0" encoding="UTF-8"?> <manifest> <remote name="github" fetch="git://github.com/" /> <project path="external/flac" name="kruton/android_external_flac" remote="github" /> </manifest> The changes on Gerrit are 10908, 10909, and 10910: * repo download platform/build 10908/1 * repo download platform/external/opencore 10909/2 * repo download platform/frameworks/base 10910/2 (http://the-b.org/FLAC_on_Android) -> j'ai cherché le local manifest mais rien trouvé :s -> Gerrit c'est quoi ? -> les 3 étoiles à la fin sont des commande à taper ? je suis sous une rom custom (Revolution 2.0.7) sur un HTC Desire HD. Voilà donc si vous avez des réponses, Merci =) Link to comment Share on other sites More sharing options...
Meelouw Posted January 26, 2011 Author Share Posted January 26, 2011 up =( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.