reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
wave_file_reader.h
Go to the documentation of this file.
1
37#ifndef WAVE_FILE_READER_H
38#define WAVE_FILE_READER_H
39
52
68
69#endif // WAVE_FILE_READER_H
return address
Definition hashmap.h:74
Definition wave_file_reader.h:47
uint32_t length
Definition wave_file_reader.h:48
uint16_t num_channels
Definition wave_file_reader.h:49
int16_t * waveform
Definition wave_file_reader.h:50
lf_waveform_t * read_wave_file(const char *path)
Definition wave_file_reader.c:69
struct lf_waveform_t lf_waveform_t