Function AudioStreamSample.data

Contains the audio data in bytes. Note: This property expects signed PCM8 data. To convert unsigned PCM8 to signed PCM8, subtract 128 from each byte.

PoolArray!(ubyte) data() nothrow @property @nogc;

void data (
  PoolArray!(ubyte) v
) nothrow @property @nogc;