1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

Lower the default audio block size from 20ms to 10ms.

The new default block size is supported by virtually all devices
which allows switching between devices without further configuration.
The buffer size remains the same, so this change won't affect audio
stability.

ok mpi@
This commit is contained in:
Alexandre Ratchov 2019-09-21 06:54:59 +02:00
parent 441100e812
commit 9ba816d28e

View File

@ -68,7 +68,7 @@
* block size if neither ``-z'' nor ``-b'' is used * block size if neither ``-z'' nor ``-b'' is used
*/ */
#ifndef DEFAULT_ROUND #ifndef DEFAULT_ROUND
#define DEFAULT_ROUND 960 #define DEFAULT_ROUND 480
#endif #endif
/* /*