alsa_sound: Decrease the lowlatency playback buffersize to 1024 bytes

- Decrease the lowlatency playback buffersize to 1024 bytes
  and latency to 11ms.

Change-Id: I39e0580846fcf53cb4d2a708b53c39abc6e62469
This commit is contained in:
SathishKumar Mani 2012-09-17 16:45:31 -07:00 committed by Iliyan Malchev
parent 304e61b784
commit e9c7854606
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ class AudioHardwareALSA;
#define VOICE_LATENCY 85333
#define DEFAULT_BUFFER_SIZE 4096
#define DEFAULT_VOICE_BUFFER_SIZE 2048
#define PLAYBACK_LOW_LATENCY_BUFFER_SIZE 2048
#define PLAYBACK_LOW_LATENCY 21500
#define PLAYBACK_LOW_LATENCY_BUFFER_SIZE 1024
#define PLAYBACK_LOW_LATENCY 11000
#define DEFAULT_IN_BUFFER_SIZE 320
#define FM_BUFFER_SIZE 1024