SoundBuffer.getSamples

Get the array of audio samples stored in the buffer.

The format of the returned samples is 16 bits signed integer (short).

class SoundBuffer
const
const(short[])
getSamples
()

Return Value

Type: const(short[])

Read-only array of sound samples.

Meta