How to read Beats-per-minute tag of mp3 file in windows store apps C#?
问题 i am trying to read bpm embedded in mp3 file like this one : i have tried using Windows.Storage.FileProperties.MusicProperties but it only contains title, singer, etc. it can't read the bpm i showed before. im looking into https://taglib.github.io/ they seems not having such function too. is there any workaround to this? 回答1: When you've loaded your music file into a StorageFile, you'll want to place a similar call in your code like this: var fileProps = await file.Properties