Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmysawczuk/mp3-analyzer
https://github.com/jimmysawczuk/mp3-analyzer
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimmysawczuk/mp3-analyzer
- Owner: jimmysawczuk
- Created: 2014-01-11T23:00:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T23:02:04.000Z (almost 11 years ago)
- Last Synced: 2025-01-04T03:00:19.621Z (5 days ago)
- Language: Go
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```