Update README.md

This commit is contained in:
Alex 2021-04-02 21:11:24 -04:00 committed by GitHub
parent 1e69cafa36
commit 398be28c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) |