mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Uncheck write for opus since there's no multi-page support yet
This commit is contained in:
parent
e0c78c109e
commit
338d90968c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
//! | FLAC | `flac` |**X** |**X** | | `Vorbis Comments` |
|
||||
//! | MP3 | `mp3` |**X** |**X** |**X** | `ID3v2` |
|
||||
//! | MP4 | `mp4`, `m4a`, `m4b`, `m4p`, `m4v`, `isom` |**X** |**X** | | `Vorbis Comments` |
|
||||
//! | Opus | `opus` |**X** |**X** | | `Vorbis Comments` |
|
||||
//! | Opus | `opus` |**X** | | | `Vorbis Comments` |
|
||||
//! | Ogg | `ogg`, `oga` |**X** |**X** | | `Vorbis Comments` |
|
||||
//! | WAV | `wav`, `wave` |**X** |**X** | | `RIFF INFO`, `ID3v2` |
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue