开发者

ID3 tag extraction

开发者 https://www.devze.com 2023-01-14 23:26 出处:网络
开发者_运维知识库How can i extract the information embedded in ID3 tag from mp3 file in windows and android environment?Check out id3lib for a c/c++ library and jid3lib for a library in Java, which yo
开发者_运维知识库

How can i extract the information embedded in ID3 tag from mp3 file in windows and android environment?


Check out id3lib for a c/c++ library and jid3lib for a library in Java, which you will need for Android.

For .NET development I would recommend using TagLib#. To reference and use the TagLib# library you need to run the following command in the Package Manager Console in Visual Studio.

PM> Install-Package taglib

The NuGet distribution of taglib-sharp can be found at http://nuget.org/packages/taglib. The official source code repository is at https://github.com/mono/taglib-sharp.

0

精彩评论

暂无评论...
验证码 换一张
取 消