loopx ~master (2021-05-08T03:18:30Z)
Dub
Repo
SFInfo
loopx
sndfile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
SFInfo {
ulong
num_frames
;
uint
sample_rate
;
uint
num_channels
;
uint
format
;
int
sections
;
int
seekable
;
bool
isFloatFormat
();
}
Members
Functions
isFloatFormat
bool
isFloatFormat
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
format
uint
format
;
Undocumented in source.
num_channels
uint
num_channels
;
Undocumented in source.
num_frames
ulong
num_frames
;
Undocumented in source.
sample_rate
uint
sample_rate
;
Undocumented in source.
sections
int
sections
;
Undocumented in source.
seekable
int
seekable
;
Undocumented in source.
Meta
Source
See Implementation
loopx
sndfile
enums
SFErr
SFMode
SFSeekWhence
SFStr
functions
copyTagsTo
loadData
sf_close
sf_error
sf_get_string
sf_open
sf_read_double
sf_read_int
sf_seek
sf_set_string
sf_strerror
sf_write_double
sf_write_int
sf_write_sync
toTimeString
structs
SFInfo
SndFile