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(short[])
getSamples
const
(
)

Return Value

Type: const(short[])

Read-only array of sound samples.

Meta