Rayex.Structs.Wave (Rayex v0.0.2) View Source

Wave

Link to this section Summary

Link to this section Types

Specs

t() :: %Rayex.Structs.Wave{
  channels: non_neg_integer(),
  data: binary(),
  frame_count: non_neg_integer(),
  sample_rate: non_neg_integer(),
  sample_size: non_neg_integer()
}