extern
porcupine
demo
mcu
stm32f769
stm32f769i-disco
Inc
stm32f769/stm32f769i-disco/Inc/pv_audio_rec.h
Go to the documentation of this file.
1
/*
2
Copyright 2021 Picovoice Inc.
3
4
You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
5
file accompanying this source.
6
7
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
8
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
9
specific language governing permissions and limitations under the License.
10
*/
11
12
#ifndef PV_AUDIO_REC_H
13
#define PV_AUDIO_REC_H
14
15
#include "picovoice.h"
16
17
pv_status_t
pv_audio_rec_init
(
void
);
18
pv_status_t
pv_audio_rec_start
(
void
);
19
const
int16_t *
pv_audio_rec_get_new_buffer
(
void
);
20
void
pv_audio_rec_deinit
(
void
);
21
22
#endif // PV_AUDIO_REC_H
pv_audio_rec_deinit
void pv_audio_rec_deinit(void)
Definition:
imxrt1050/imxrt1050-evkb/source/pv_audio_rec.c:216
pv_audio_rec_init
pv_status_t pv_audio_rec_init(void)
Definition:
imxrt1050/imxrt1050-evkb/source/pv_audio_rec.c:125
pv_status_t
pv_status_t
Definition:
porcupine/include/picovoice.h:33
pv_audio_rec_start
pv_status_t pv_audio_rec_start(void)
Definition:
imxrt1050/imxrt1050-evkb/source/pv_audio_rec.c:186
pv_audio_rec_get_new_buffer
const int16_t * pv_audio_rec_get_new_buffer(void)
Definition:
imxrt1050/imxrt1050-evkb/source/pv_audio_rec.c:202
picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:50