Skip to main content

AudioSpec Struct

Declaration

struct simaai::neat::AudioSpec { ... }

Included Headers

#include <TensorCore.h>

Public Member Attributes Index

intsample_rate = 0
intchannels = 0
boolinterleaved = true

Definition at line 75 of file TensorCore.h.

Public Member Attributes

channels

int simaai::neat::AudioSpec::channels = 0

Definition at line 77 of file TensorCore.h.

77 int channels = 0;

interleaved

bool simaai::neat::AudioSpec::interleaved = true

Definition at line 78 of file TensorCore.h.

78 bool interleaved = true;

sample_rate

int simaai::neat::AudioSpec::sample_rate = 0

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.