Sound

Sound that is fully kept in memory

Members

Functions

createSameFormat
Sound createSameFormat(uint ch, double dur)

Make empty sound of the same format

Properties

data
ubyte[] data [@property getter]

Raw byte data

dup
Sound dup [@property getter]

Make exact copy of the sound

Inherited Members

From SeekableSound

size
ulong size [@property getter]

Number of samples

duration
double duration [@property getter]

Duration, in seconds

opIndex
float opIndex(uint chan, ulong pos)
Undocumented in source.
opIndexAssign
float opIndexAssign(float sample, uint chan, ulong pos)
Undocumented in source.

Meta