loopx.sndfile

Undocumented in source.

Members

Enums

SFErr
enum SFErr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SFMode
enum SFMode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SFSeekWhence
enum SFSeekWhence
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SFStr
enum SFStr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

copyTagsTo
void copyTagsTo(SndFile* src, SndFile* dst)
Undocumented in source. Be warned that the author may not have intended to support it.
loadData
const(double)[] loadData(SndFile* sf, const(SFInfo) info)
Undocumented in source. Be warned that the author may not have intended to support it.
sf_close
int sf_close(SndFile* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_error
SFErr sf_error(SndFile* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_get_string
const(char)* sf_get_string(SndFile* , SFStr )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_open
SndFile* sf_open(const(char*) path, SFMode mode, SFInfo* sfinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_read_double
long sf_read_double(SndFile* , double* ptr, long items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_read_int
long sf_read_int(SndFile* , int* ptr, long items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_seek
long sf_seek(SndFile* , long frames, SFSeekWhence whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_set_string
int sf_set_string(SndFile* , SFStr , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_strerror
const(char)* sf_strerror(SndFile* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_write_double
long sf_write_double(SndFile* , const(double*) ptr, long items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_write_int
long sf_write_int(SndFile* , const(int*) ptr, long items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_write_sync
void sf_write_sync(SndFile* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
toTimeString
string toTimeString(ulong samples, const(SFInfo)* info)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SFInfo
struct SFInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SndFile
struct SndFile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta