i2s_recorder sample
SAMPLE_SIZE
is only used within i2s_recorder sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2s_recorder sample
SAMPLE_SIZE
SAMPLE_SIZE macro
Syntax
Show:
Summary
Declaration
from
i2s_recorder_main.c:31
#define
SAMPLE_SIZE
(
CONFIG_EXAMPLE_BIT_SAMPLE
*
1024
)
Examples
References
from
examples
Code
Location
#define
SAMPLE_SIZE
(
CONFIG_EXAMPLE_BIT_SAMPLE
*
1024
)
i2s_recorder_main.c:31
static
int16_t
i2s_readraw_buff
[
SAMPLE_SIZE
]
;
i2s_recorder_main.c:41
if
(
i2s_channel_read
(
rx_handle
,
(
char
*
)
i2s_readraw_buff
,
SAMPLE_SIZE
,
&
bytes_read
,
1000
)
==
ESP_OK
)
{
i2s_recorder_main.c:124
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out