From 4f57cbff7f42345c4597d67a3bf9921cac22ca60 Mon Sep 17 00:00:00 2001 From: Luo Jinghua Date: Thu, 16 Dec 2010 15:42:40 +0800 Subject: android: set buffer size to 4096 bytes --- src/device_android.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/device_android.cpp b/src/device_android.cpp index 0c6d330..20eb2c2 100644 --- a/src/device_android.cpp +++ b/src/device_android.cpp @@ -16,7 +16,7 @@ namespace audiere { int ret = awAudioInit(44100, 2, 16); if (ret < 0) return 0; - return new AndroidAudioDevice(44100, 2048); + return new AndroidAudioDevice(44100, 4096); } -- cgit v1.2.3