-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Reproducer
I tried this code:
let tagged_file: Option<TaggedFile> = match lofty::read_from_path(
"C:\\Users\\ferry\\Music\\test\\大哉乾元(洛天依人声版)_MMM.wav",
) {
Ok(value) => Some(value),
Err(err) => {
// Wav: Failed to read RIFF INFO item value
println!("{}", err);
None
}
};
Summary
There is an error "Wav: Failed to read RIFF INFO item value"
The Windows Properties page can read the tags in it. I can also play it on Windows Media Player.
Can anyone provide some information about this? Thanks.
Expected behavior
Read tag correctly.
Assets
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working