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 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);
}