flac

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BlockingStrategyFixed    = 0
	BlockingStrategyVariable = 1
)
View Source
const (
	BlockSizeEndOfHeader8  = 0b0110
	BlockSizeEndOfHeader16 = 0b0111
)
View Source
const (
	SampeleRateEndOfHeader8   = 0b1100
	SampeleRateEndOfHeader16  = 0b1101
	SampeleRateEndOfHeader160 = 0b1110
)
View Source
const (
	SubframeConstant = "constant"
	SubframeVerbatim = "verbatim"
	SubframeFixed    = "fixed"
	SubframeLPC      = "lpc"
	SubframeReserved = "reserved"
)
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
)
View Source
const (
	SampleRateStreaminfo = 0b0000
)
View Source
const (
	SampleSizeStreaminfo = 0b000
)

Variables

View Source
var BlockingStrategyNames = scalar.UintMapSymStr{
	BlockingStrategyFixed:    "fixed",
	BlockingStrategyVariable: "variable",
}
View Source
var ResidualCodingMethodMap = scalar.UintMap{
	ResidualCodingMethodRice:  scalar.Uint{Sym: uint64(4), Description: "rice"},
	ResidualCodingMethodRice2: scalar.Uint{Sym: uint64(5), Description: "rice2"},
}

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