XCORE SDK
XCORE Software Development Kit
mic_array_vanilla.h
1 // Copyright 2022 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 
4 #pragma once
5 
6 #include "mic_array.h"
7 
13 C_API_START
14 
140 // #ifndef MIC_ARRAY_BASIC_API_ENABLE
141 // # define MIC_ARRAY_BASIC_API_ENABLE (0)
142 // #endif
143 
158 MA_C_API
159 void ma_vanilla_init();
160 
161 
177 MA_C_API
178 void ma_vanilla_task(chanend_t c_frames_out);
179 
180 
181 C_API_END
void ma_vanilla_init()
Indicates whether the mic array basic mode API is enabled.
Definition: mic_array_vanilla.cpp:105
void ma_vanilla_task(chanend_t c_frames_out)
Entry point for decimator thread and PDM rx service (basic mode only).
Definition: mic_array_vanilla.cpp:114