oto
oto copied to clipboard
introduce a new type replacing `bitDepthInBytes`
type Format int
const (
FormatUnsigned8 Format = iota
FormatSigned16LE
FormatFloat32LE // new
)