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.

  1. PoolByteArray data [@property getter]
    struct AudioStreamSample
    @nogc nothrow @property
    PoolByteArray
    data
    ()
  2. PoolByteArray data [@property setter]

Meta