jazzboME / flac-specs

Simple cli utility to show bitrate/samples of flac files in a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flac-specs

Simple cli utility to show bitrate/samples of flac files in a directory

I needed a quick little utility that would look at the flac files in a directory and show me the bitrate, samples and channels of the files. Yes, I probably could have wrapped metaflac with a bash script to do this, but I wanted to try this in go and see how the flac library worked.

There are two command line options:

  • detail : set to true to show the contents of each file
  • path : set a specific path, otherwise it assumes ./*.flac

About

Simple cli utility to show bitrate/samples of flac files in a directory

License:Creative Commons Zero v1.0 Universal


Languages

Language:Go 100.0%