Misc: Add WavPack to supported formats

This commit is contained in:
Serial 2022-07-10 16:42:48 -04:00
parent c6aa4c1c49
commit ed37d932bd
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Parse, convert, and write metadata to various audio formats.
| Ogg Vorbis | `Vorbis Comments` |
| Speex | `Vorbis Comments` |
| WAV | `ID3v2`, `RIFF INFO` |
| WavPack | `APEv2`, `APEv1`, `ID3v1` |
\* The tag will be **read only**, due to lack of official support

View file

@ -17,6 +17,7 @@
//! | Ogg Vorbis | `Vorbis Comments` |
//! | Speex | `Vorbis Comments` |
//! | WAV | `ID3v2`, `RIFF INFO` |
//! | WavPack | `APEv2`, `APEv1`, `ID3v1` |
//!
//! \* The tag will be **read only**, due to lack of official support
//!