wavex v0.4.2 Wavex.Error.UnsupportedBitsPerSample

An unsupported bits per sample value. Currently, only values of 8, 16, and 24 are supported.

iex> to_string(%Wavex.Error.UnsupportedBitsPerSample{bits_per_sample: 32})
"expected bits per sample to be 8, 16, or 24, got: 32"

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Wavex.Error.UnsupportedBitsPerSample{bits_per_sample: non_neg_integer()}