aubio 0.4.9
|
Buffer for real data. More...
#include <fmat.h>
Data Fields | |
uint_t | length |
length of matrix | |
uint_t | height |
height of matrix | |
smpl_t ** | data |
data array of size [length] * [height] | |
Buffer for real data.
smpl_t** fmat_t::data |
uint_t fmat_t::height |
uint_t fmat_t::length |