forked from PAWPAW-Mirror/lib_xua
Use the XUA-specific microphone frame size constant instead of directly overriding the microphone frame size constant from lib_mic_array.
Multiple constants may be derived from XUA_MIC_FRAME_SIZE. The override of MIC_ARRAY_FRAME_SIZE occurs in mic_array_conf.h.
This commit is contained in:
@@ -23,6 +23,6 @@
|
|||||||
#define BCD_DEVICE 0x1234
|
#define BCD_DEVICE 0x1234
|
||||||
#define XUA_DFU_EN 0
|
#define XUA_DFU_EN 0
|
||||||
#define MIC_DUAL_ENABLED 1 //Use single thread, dual PDM mic
|
#define MIC_DUAL_ENABLED 1 //Use single thread, dual PDM mic
|
||||||
#define MIC_ARRAY_FRAME_SIZE 240
|
#define XUA_MIC_FRAME_SIZE 240
|
||||||
|
|
||||||
#endif // __custom_defines_h__
|
#endif // __custom_defines_h__
|
||||||
|
|||||||
Reference in New Issue
Block a user