# Meadowbrook
Alternative meyda cli

Allows extracting features from a segment of audio
and store this information in a json document
with large data blocks encoded as base64 strings

## Example
`meadowbrook horse.mp3 all --o=out.json`

## Usage
```yaml
${usage}
```

## Structure
Json schema for output json file
```yaml
${schema_yaml}
```
```json
${schema_json}
```
