Registry / utility / go-flac-go-flac

go-flac-go-flac

JSON →
library1.0.0gogounverified

Extract, split, and modify FLAC metadata blocks from FLAC streams.

go get github.com/go-flac/go-flac
INSTALL
IMPORT
SIG · GO-FLAC-GO-FLAC
G
go-flac-go-flac
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flac
github.com/go-flac/go-flac

Parse a FLAC file and print the first metadata block type.

package main import ( "fmt" "github.com/go-flac/go-flac" ) func main() { file, err := flac.ParseFile("audio.flac") if err != nil { panic(err) } fmt.Println(file.Meta[0].Type) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
go-flac-go-flac — go get go-flac-go-flac · libregistry