wavex v0.5.5 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{actual: 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{actual: non_neg_integer()}