Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 694 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 694 Bytes

libaudio

Library for manipulation of audio files.

ffmpeg

A wrapper around ffmpeg providing the following exported functions:

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

ffprobe

A wrapper around ffprobe providing the following exported functions:

GetData(filePath string) (*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.