summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/device_android.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device_android.cpp b/src/device_android.cpp
index e9cf5ba..1c15eb7 100644
--- a/src/device_android.cpp
+++ b/src/device_android.cpp
@@ -16,7 +16,7 @@ namespace audiere {
int ret = AGAudioInit(44100, 2, 16);
if (ret < 0)
return 0;
- return new AndroidAudioDevice(44100, 4096);
+ return new AndroidAudioDevice(44100, 8192);
}