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:
parent
304e61b784
commit
e9c7854606
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue