mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Misc: Add WavPack to supported formats
This commit is contained in:
parent
c6aa4c1c49
commit
ed37d932bd
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue