ESP-IDF
+
0
/2 examples
SourceVu will show references to
wav_header_t::fmt_chunk
from the following samples and libraries:
i2s_recorder sample
i2s_es7210_tdm sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wav_header_t::fmt_chunk
wav_header_t::fmt_chunk field
The "fmt " subchunk describes the sound data's format
Syntax
Show:
Summary
Declaration
from
format_wav.h:28
struct
{
char
subchunk_id
[
4
]
;
uint32_t
subchunk_size
;
uint16_t
audio_format
;
uint16_t
num_of_channels
;
uint32_t
sample_rate
;
uint32_t
byte_rate
;
uint16_t
block_align
;
uint16_t
bits_per_sample
;
}
fmt_chunk
;
Examples
wav_header_t::fmt_chunk
is referenced by 2 libraries and example projects:
References
from
examples
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