Skip to content

Golang package for the calculation of an mp3 file in go

Notifications You must be signed in to change notification settings

kgiannakakis/mp3duration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mp3duration

A Golang package for calculating the duration of an mp3 file. Ported from https://github.com/ddsol/mp3-duration.

Usage

duration, err := mp3duration.Calculate("src/mp3duration/testdata/demo - cbr.mp3")
if err != nil {
    log.Fatal(err)
}
fmt.Printf("Duration %v\n", duration)

About

Golang package for the calculation of an mp3 file in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages