mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Change default period count from 3 to 2.
This commit is contained in:
+2
-2
@@ -11992,9 +11992,9 @@ int ma_android_sdk_version(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Default periods when none is specified in ma_device_init(). More periods means more work on the CPU. */
|
/* Default device period count. */
|
||||||
#ifndef MA_DEFAULT_PERIODS
|
#ifndef MA_DEFAULT_PERIODS
|
||||||
#define MA_DEFAULT_PERIODS 3
|
#define MA_DEFAULT_PERIODS 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The default period size in milliseconds. */
|
/* The default period size in milliseconds. */
|
||||||
|
|||||||
Reference in New Issue
Block a user