diff options
Diffstat (limited to 'media/tests')
-rw-r--r-- | media/tests/SoundPoolTest/res/raw/organ441.ogg | bin | 0 -> 6920 bytes | |||
-rw-r--r-- | media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/media/tests/SoundPoolTest/res/raw/organ441.ogg b/media/tests/SoundPoolTest/res/raw/organ441.ogg Binary files differnew file mode 100644 index 0000000..130cb37 --- /dev/null +++ b/media/tests/SoundPoolTest/res/raw/organ441.ogg diff --git a/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java b/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java index 10167ca..6b3093f 100644 --- a/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java +++ b/media/tests/SoundPoolTest/src/com/android/SoundPoolTest.java @@ -44,6 +44,7 @@ public class SoundPoolTest extends Activity private static final int[] mTestFiles = new int[] { // FIXME: Restore when Stagefright bug is fixed + R.raw.organ441, R.raw.sine441, //R.raw.test1, R.raw.test2, |