mp3

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2026 License: MIT Imports: 15 Imported by: 0

Documentation

Overview

Package mp3 provides MP3 audio file parsing and ID3 tag extraction.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID3v2Frame

type ID3v2Frame struct {
	ID    string
	Data  []byte
	Size  uint32
	Flags uint16
}

ID3v2Frame represents a single ID3v2 frame.

type ID3v2Header

type ID3v2Header struct {
	Version      byte // Major version (3 or 4)
	Revision     byte // Minor version
	Flags        byte
	Size         uint32 // Tag size (excluding header), synchsafe
	ExtendedSize uint32 // Extended header size if present
}

ID3v2Header represents an ID3v2 tag header.

Jump to

Keyboard shortcuts

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