TianyiShi2001 / audiotags

Unified IO for different types of audio metadata
https://tianyishi2001.github.io/audiotags
MIT License
41 stars 29 forks source link

`Tag::read_from_path` should return `Result<Box<dyn AudioTag + Send + Sync>>` #8

Closed noonebtw closed 2 years ago

noonebtw commented 2 years ago

All the tag types currently are Send and Sync, so it would be useful to also pass this down.