wavex v0.4.11 Wavex.Error.UnsupportedFormat

An unsupported format. Currently, only 0x0001 (LPCM) is supported.

iex> to_string(%Wavex.Error.UnsupportedFormat{format: 0x0000})
"expected format 1 (LPCM), got: 0 (UNKNOWN)"

iex> to_string(%Wavex.Error.UnsupportedFormat{format: 0x0050})
"expected format 1 (LPCM), got: 80 (MPEG)"

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Wavex.Error.UnsupportedFormat{format: non_neg_integer()}