flac

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BlockingStrategyFixed    = 0
	BlockingStrategyVariable = 1
)
View Source
const (
	SubframeConstant = iota
	SubframeVerbatim
	SubframeFixed
	SubframeLPC
)
View Source
const (
	ChannelLeftSide  = 0b1000
	ChannelSideRight = 0b1001
	ChannelMidSide   = 0b1010
)
View Source
const (
	ResidualCodingMethodRice  = 0b00
	ResidualCodingMethodRice2 = 0b01
)
View Source
const (
	MetadataBlockStreaminfo    = 0
	MetadataBlockPadding       = 1
	MetadataBlockApplication   = 2
	MetadataBlockSeektable     = 3
	MetadataBlockVorbisComment = 4
	MetadataBlockCuesheet      = 5
	MetadataBlockPicture       = 6
)

Variables

View Source
var BlockingStrategyNames = scalar.UToSymStr{
	BlockingStrategyFixed:    "Fixed",
	BlockingStrategyVariable: "Variable",
}
View Source
var ResidualCodingMethodMap = scalar.UToScalar{
	ResidualCodingMethodRice:  scalar.S{Sym: uint64(4), Description: "rice"},
	ResidualCodingMethodRice2: scalar.S{Sym: uint64(5), Description: "rice2"},
}
View Source
var SubframeTypeNames = map[uint]string{
	SubframeConstant: "Constant",
	SubframeVerbatim: "Verbatim",
	SubframeFixed:    "Fixed",
	SubframeLPC:      "LPC",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL