Packages

A library to control .wav file in pure Gleam-lang

Current section

Files

Jump to
glwav include glwav_Fmt.hrl
Raw

include/glwav_Fmt.hrl

-record(fmt, {
format_code :: glwav:format_code(),
sample_rate :: integer(),
channels :: integer(),
bits :: glwav:bits()
}).