- allocateData
void allocateData(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- createSameFormat
Sound createSameFormat(uint ch, double dur)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
float opIndex(uint chan, ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
float opIndexAssign(float s, uint chan, ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- stream
ulong stream(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- bitDepth
uint bitDepth [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- channels
uint channels [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- data
ubyte[] data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
Sound dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- duration
double duration [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- sampleFormat
SampleFormat sampleFormat [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- sampleRate
uint sampleRate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- size
ulong size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Generic Sound implementation