From 398be28c776df9998df79b9ef432294e72ae4e5f Mon Sep 17 00:00:00 2001 From: Alex <69764315+Serial-ATA@users.noreply.github.com> Date: Fri, 2 Apr 2021 21:11:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6abc2ac6..cdc4f78c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Theoretically it is possible to achieve zero-copy conversions if all parsers can | File Format | Metadata Format | Backend | |---------------|-----------------|-------------------------------------------------------------| | `mp3` | ID3v2.4 | [**id3**](https://github.com/polyfloyd/rust-id3) | +| `wav` | TODO | TODO | +| `ape` | TODO | TODO | | `opus` | Vorbis Comment | [**opus_headers**](https://github.com/zaethan/opus_headers) | | `ogg` | Vorbis Comment | [**lewton**](https://github.com/RustAudio/lewton) | | `flac` | Vorbis Comment | [**metaflac**](https://github.com/jameshurst/rust-metaflac) |