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:
parent
62de15fedf
commit
d798c721e5
5 changed files with 10 additions and 457 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue