libaac

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AACRates = [...]int{96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350}
)

Functions

This section is empty.

Types

type AACHeader

type AACHeader struct {
	ObjectType uint8
	SampleRate uint8
	Channel    uint8
}

func (*AACHeader) Adts

func (ah *AACHeader) Adts(data []byte) (header []byte)

func (*AACHeader) Parse

func (ah *AACHeader) Parse(data []byte) (err error)

XXX: copyed from livego

Jump to

Keyboard shortcuts

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