AudioSpec Struct
Audio-tensor metadata: sample rate, channel count, interleaving. More...
Declaration
struct simaai::neat::AudioSpec { ... }
Included Headers
#include <TensorCore.h>
Public Member Attributes Index
| int | sample_rate = 0 |
|
Hz. More... | |
| int | channels = 0 |
|
Channel count (1 = mono, 2 = stereo). More... | |
| bool | interleaved = ... |
|
If true, channels are interleaved (LRLRLR…); if false, planar (LL…RR…). More... | |
Description
Audio-tensor metadata: sample rate, channel count, interleaving.
Definition at line 152 of file TensorCore.h.
Public Member Attributes
channels
|
Channel count (1 = mono, 2 = stereo).
Definition at line 154 of file TensorCore.h.
interleaved
|
If true, channels are interleaved (LRLRLR…); if false, planar (LL…RR…).
- Initialiser
-
= true
Definition at line 155 of file TensorCore.h.
155 bool interleaved =
sample_rate
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.