extern
porcupine
demo
mcu
stm32h735
stm32h735g-dk
AudioCapture
micCapture_task.h
Go to the documentation of this file.
1
/*
2
* This software component is licensed by ST under Ultimate Liberty license
3
* SLA0044, the "License"; You may not use this file except in compliance with
4
* the License. You may obtain a copy of the License at:
5
* www.st.com/SLA0044
6
*
7
*/
8
9
#ifndef _MICCAPTURE_TASK_H
10
#define _MICCAPTURE_TASK_H
11
12
13
void
mic_capture_createTask
(
void
);
14
void
mic_capture_processTask
(
void
);
15
void
mic_capture_terminateTask
(
void
);
16
17
#endif
18
19
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
mic_capture_processTask
void mic_capture_processTask(void)
sends AudioIn Pushed message
Definition:
micCapture_task.c:63
mic_capture_terminateTask
void mic_capture_terminateTask(void)
terminates task for AudioIn capture
Definition:
micCapture_task.c:97
mic_capture_createTask
void mic_capture_createTask(void)
creates task for AudioIn capture
Definition:
micCapture_task.c:86
picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:13:56