wavex v0.12.0 Wavex.Chunk.Format

Read a format chunk.

Link to this section Summary

Functions

Read a format chunk

Link to this section Types

Link to this type t()
t() :: %Wavex.Chunk.Format{
  bits_per_sample: pos_integer(),
  block_align: pos_integer(),
  byte_rate: pos_integer(),
  channels: pos_integer(),
  sample_rate: pos_integer()
}

Link to this section Functions

Link to this function four_cc()
four_cc() :: Wavex.FourCC.t()