1
0
Fork 0
forked from len0rd/rockbox

android: Update to SDK r16 and ndk r8d.

SDK r17 is out, however there it only ships a x86 system image for r16 so
it's preferable.

Change-Id: Idc4d375debf407a36c2dc6421420bdbd74ab25ca
This commit is contained in:
Thomas Martitz 2013-01-09 10:29:29 +01:00
parent 62de15fedf
commit d798c721e5
5 changed files with 10 additions and 457 deletions

View file

@ -40,7 +40,7 @@ public class RockboxPCM extends AudioTrack
private static final int samplerate = 44100;
/* should be CHANNEL_OUT_STEREO in 2.0 and above */
private static final int channels =
AudioFormat.CHANNEL_CONFIGURATION_STEREO;
AudioFormat.CHANNEL_OUT_STEREO;
private static final int encoding =
AudioFormat.ENCODING_PCM_16BIT;
/* 32k is plenty, but some devices may have a higher minimum */