25 #ifndef __OSMO_DSP_CFILE_H__
26 #define __OSMO_DSP_CFILE_H__
void cfile_release(struct cfile *cf)
struct cfile * cfile_load(const char *filename)
Structure representing a currently mapped .cfile.
Definition: cfile.h:39
unsigned int len
Length (in samples) of the data.
Definition: cfile.h:41
size_t _blen
Length (in bytes) of the data.
Definition: cfile.h:42
float complex * data
Data array (read only !)
Definition: cfile.h:40