Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

18 Commits

Repository files navigation

libaudio

Library for manipulation of audio files.

ffmpeg

A wrapper around ffmpeg providing the following exported functions:

ToMp3(c*Mp3Config) (string, error)
OptimizeAlbumArt(s, dstring) (string, error)
Exec(args...string) (string, error)

ffprobe

A wrapper around ffprobe providing the following exported functions:

GetData(filePathstring) (*Data, error)
EmbeddedImage() (int, int, bool)

fsutil

Exports various file system functions.

Developing

Testing

From within source path, run:

go test -cover -v ./...

License

This code is available open source under the terms of the MIT License.

About

Library for manipulation of audio files

Topics

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages