reading audio file properties like artist,genre,album etc using VC++ 6
-
I am using VC++ 6.0 for developement. I want to know how to find audio file advance properties like "Album","genre" etc Please let me how to do this in vc++ 6.0
Different audio files like MP3, WAV, WMA, RA etc. etc. have different file formats. The properties that you mentioned will be stored in different locations in different file formats.
«_Superman_» I love work. It gives me something to do between weekends.
-
I am using VC++ 6.0 for developement. I want to know how to find audio file advance properties like "Album","genre" etc Please let me how to do this in vc++ 6.0
-
Different audio files like MP3, WAV, WMA, RA etc. etc. have different file formats. The properties that you mentioned will be stored in different locations in different file formats.
«_Superman_» I love work. It gives me something to do between weekends.
-
I am using VC++ 6.0 for developement. I want to know how to find audio file advance properties like "Album","genre" etc Please let me how to do this in vc++ 6.0
Hello Punav, The following links will help you. 1) What is ID3 (v1)?[^] 2) Parsing ID3 tags.[^] Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.