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
1 changed files with 1 additions and 1 deletions

View File

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