Library for manipulation of audio files.
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)
A wrapper around ffprobe
providing the following exported functions:
GetData(filePath string) (*Data, error)
EmbeddedImage() (int, int, bool)
Exports various file system functions.
From within source path, run:
go test -cover -v ./...
This code is available open source under the terms of the MIT License.