MemorySoundSource.MemorySoundSource

Undocumented in source.

Constructors

this
this(Sample[] samples, uint sampleRate)
Undocumented in source.

Members

Functions

copySamples
size_t copySamples(size_t channel, size_t start, Sample[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
getNumChannels
size_t getNumChannels()
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.
getSamples
const(Sample)[] getSamples(size_t channel, size_t start, size_t maxLength)
Undocumented in source. Be warned that the author may not have intended to support it.
procedural
bool procedural()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sampleRate
uint sampleRate;
samples
Sample[] samples;

Meta