cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Music file Propeties in C++?
Music file Propeties in C++?
Jul 13, 2016 at 10:51am UTC
CosminPerRam
(160)
Hello there, im looking how to get music file propeties in C++, i searched on google but i didnt found a good way. (To write and read), i use CODE::BLOCKS 16.01, sorry for my english and thanks in advance!
Jul 13, 2016 at 12:26pm UTC
Thomas1965
(4571)
get music file propeties
Do you maybe mean the tags in mp3 files ?
Jul 13, 2016 at 1:15pm UTC
CosminPerRam
(160)
Yeah, propeties like:
Artist
Size
And so on ...
Only mp3, i dont need another, also this is not an homework. :)
Jul 13, 2016 at 2:47pm UTC
MikeyBoy
(5631)
A Google search for "c++ read mp3 tags" seems to provide lots of helpful links.
Jul 13, 2016 at 2:55pm UTC
Thomas1965
(4571)
Here is a description about the mp3 tags.
http://www.dreamincode.net/forums/topic/47881-reading-id3-tags-from-mp3/
You mostly need to know about using ifstream (read nad seek) in binary format.
Jul 13, 2016 at 3:03pm UTC
CosminPerRam
(160)
+MikeyBoy
I didn't try how you writed there :), i searched with typo problem, only now i realised xD
+Thomas1965
THANKS, helpful link!
Thanks all of you guys!
Last edited on
Jul 13, 2016 at 3:07pm UTC
Topic archived. No new replies allowed.