Rayex.Structs.AudioStream (Rayex v0.0.1) View Source

AudioStream

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.AudioStream{
  buffer: [Rayex.Structs.RAudioBuffer.t()],
  channels: pos_integer(),
  sample_rate: pos_integer(),
  sample_size: pos_integer()
}