AudioSpec Struct
Declaration
struct simaai::neat::AudioSpec { ... }
Included Headers
#include <TensorCore.h>
Public Member Attributes Index
| int | sample_rate = 0 |
| int | channels = 0 |
| bool | interleaved = true |
Definition at line 75 of file TensorCore.h.
Public Member Attributes
channels
|
Definition at line 77 of file TensorCore.h.
interleaved
|
Definition at line 78 of file TensorCore.h.
78 bool interleaved = true;
sample_rate
|
Definition at line 76 of file TensorCore.h.
76 int sample_rate = 0;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.