Skip to content

Commit

Permalink
alsa_sound: Decrease the lowlatency playback buffersize to 1024 bytes
Browse files Browse the repository at this point in the history
- Decrease the lowlatency playback buffersize to 1024 bytes
  and latency to 11ms.

Change-Id: I39e0580846fcf53cb4d2a708b53c39abc6e62469
  • Loading branch information
SathishKumar Mani authored and Iliyan Malchev committed Sep 18, 2012
1 parent 304e61b commit e9c7854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alsa_sound/AudioHardwareALSA.h
Expand Up @@ -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

Expand Down

0 comments on commit e9c7854

Please sign in to comment.