From 491b7462cac11f303a443da389f958a8fc988f2f Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 18 Apr 2018 21:50:43 +0200 Subject: [PATCH] Add TODO --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3d4a434..ca52f8f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ In theory supports all of MPEG layer 1, 2 and 3 and versions 1, 2 and 2.5, but i Currently WIP. See the [moduledoc](https://github.com/rfwatson/mpeg-audio-frame-parser/blob/master/lib/mpeg_audio_frame_parser.ex) for usage examples. +## TODO + +* Validate CRC signature if present +* Extract additional metadata (channel mode, copyright, etc) +* Further tighten frame validation +* Investigate improvements to public API/interface + ## Contributing Contributions welcome! Please ensure that appropriate automated tests are included with any pull requests.