Documentation
¶
Overview ¶
Package params defines the codec-parameter payload used by the WAV format plugin for Microsoft and IMA ADPCM streams.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ADPCM ¶
type ADPCM struct {
BlockAlign uint16
SamplesPerBlock uint16
Coefficients []Coefficient
}
ADPCM contains the framing parameters shared by a WAV ADPCM stream and its codec. Coefficients is used only by Microsoft ADPCM.
func (ADPCM) MarshalBinary ¶
MarshalBinary encodes an ADPCM parameter payload for SchemaADPCMV1.
type Coefficient ¶
Coefficient is one Microsoft ADPCM predictor coefficient pair.
Click to show internal directories.
Click to hide internal directories.