Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmysawczuk/mp3-analyzer


https://github.com/jimmysawczuk/mp3-analyzer

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# mp3-analyzer

Right now, this program takes an MP3 file piped via STDIN, analyzes it for ID3 information as well as length and size, and dumps them to STDOUT in a JSON object. **This program is still heavily untested.**

## Installation
```bash
$ go get github.com/jimmysawczuk/mp3-analyzer
$ go install mp3-analyzer
$ cat my-test-file.mp3 | mp3-analyzer
```