SoundFile

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

create
void create()
Undocumented in source. Be warned that the author may not have intended to support it.
getChannelCount
uint getChannelCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getSampleCount
long getSampleCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getSampleRate
uint getSampleRate()
Undocumented in source. Be warned that the author may not have intended to support it.
openReadFromFile
bool openReadFromFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
openReadFromMemory
bool openReadFromMemory(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
openReadFromStream
bool openReadFromStream(InputStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
openWrite
bool openWrite(string filename, uint channelCount, uint sampleRate)
Undocumented in source. Be warned that the author may not have intended to support it.
read
long read(short[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
seek
void seek(long timeOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(short)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta