⬥ ID3 encoding/decoding library in Go ⬥
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
229 B

package v1
const IDENTIFIER string = "TAG"
const TAGSIZE int = 128
const INVALIDGENRE int = 255
const ENHANCEDIDENTIFIER string = "TAG+"
const ENHANCEDSIZE int = 227
const V1_0 string = "ID3v1.0"
const V1_1 string = "ID3v1.1"