# getid3 demo

## Purpose
This is a quick script for getting an audio file's details.

## Configuring
Update demo.php `$file` to the full path of the audio file you would like to analyze.

## Running
```
composer install
php demo.php
```

## TODO
Move `$file` from being a hard-coded path and accepted as a command-line argument.
