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"