Advertisement

Get infos from MID MOD MP3 files (c++ DevC++)

Started by October 04, 2003 01:16 PM
0 comments, last by tsumiko 21 years, 1 month ago
Hi evrybody! I have got some questions about C++ audio files 1) how can I get left & right volume about cd audio files in C++ 2) how can I get time duration about midi and mod files in C++ 3) how can I get tag informations about mp3 files in C++ (MINGW win32) I''am not using VisualC++ or BorlandC++ but DEVC++ (MinGW) And other one, very important for me: How can I set and get frenquencies (for ex: mp3 files) to make an equalizer? Anyone can help me??? thank a lot for your aswers! bye... Be cool!
Be cool!
C++ is a language, it''s the same between MSVC, BCB, MINGW, etc. You use an API (application programing interface) to do what you want.

I can''t tell you the answers to any of these off the top of my head, it''s possible, but doing it just using C++ (and the win32 API) is a pain in the ass. If you want to do this the easy way, then use an audio libary, such as FMOD.



Free Game: Yet Another Falling Block Game

This topic is closed to new replies.

Advertisement