We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba05a7 commit 622b09cCopy full SHA for 622b09c
lofty/src/file/file_type.rs
@@ -5,7 +5,8 @@ use crate::tag::TagType;
5
use std::ffi::OsStr;
6
use std::path::Path;
7
8
-/// Audio extensions
+/// List of audio extensions
9
+/// Commonly used audio extensions used.
10
pub const EXTENSIONS: &[&str] = &[
11
"aac", "ape", "aiff", "aif", "afc", "aifc", "mp3", "mp2", "mp1", "wav", "wv", "opus", "flac",
12
"ogg", "mp4", "m4a", "m4b", "m4p", "m4r", "m4v", "3gp", "mpc", "mp+", "mpp", "spx",
0 commit comments