Skip to content

Golang package for the calculation of an mp3 file in go

Notifications You must be signed in to change notification settings

WqyJh/mp3duration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp3duration

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

Usage

duration, err := mp3duration.Calculate("path/to/demo.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

Packages

No packages published

Languages

  • Go 100.0%