Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
t
u
v
w
Functions
_
c
d
g
m
o
p
r
t
v
w
Variables
_
a
c
d
e
f
h
i
k
l
m
n
p
r
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
m
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
y
Enumerations
_
a
b
d
e
f
g
h
i
j
l
m
p
s
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
extern
porcupine
demo
mcu
stm32h735
stm32h735g-dk
Inc
stm32h735/stm32h735g-dk/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_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_deinit
void pv_audio_rec_deinit(void)
Definition:
imxrt1050/imxrt1050-evkb/source/pv_audio_rec.c:216
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