reactor-c
C Runtime for Lingua Franca
|
#include <wave_file_reader.h>
Data Fields | |
uint32_t | length |
uint16_t | num_channels |
int16_t * | waveform |
Waveform in 16-bit linear-PCM format. The waveform element is an array containing audio samples. If there are two channels, then they are interleaved left and right channel. The length is the total number of samples, a multiple of the number of channels.
uint32_t lf_waveform_t::length |
uint16_t lf_waveform_t::num_channels |
int16_t* lf_waveform_t::waveform |