Decoding MP3

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jul 2008
Posts: 5
Reputation: peyman_k is an unknown quantity at this point 
Solved Threads: 0
peyman_k peyman_k is offline Offline
Newbie Poster

Decoding MP3

 
0
  #1
Aug 11th, 2008
Hi All,

I want to play MP3 files in my C++ program. I am using MSVC++.
I have already found libmpg123 but it seems to be written for Linux and I could not use it in windows. I appreciate if anybody can help me with finding some MP3 decoder/player library that works with windows.

Thanks,
Peyman
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 2,001
Reputation: ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of 
Solved Threads: 343
ArkM's Avatar
ArkM ArkM is offline Offline
Postaholic

Re: Decoding MP3

 
0
  #2
Aug 11th, 2008
See http://www.inet.hr/~zcindori/mp3class/
It's not a recommendation...
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 5
Reputation: peyman_k is an unknown quantity at this point 
Solved Threads: 0
peyman_k peyman_k is offline Offline
Newbie Poster

Re: Decoding MP3

 
0
  #3
Aug 11th, 2008
Originally Posted by ArkM View Post
See http://www.inet.hr/~zcindori/mp3class/
It's not a recommendation...
Hi,

i have tried this one already. it works fine for loading MP3 from a file using OpenMP3File method, but my MP3 data is in memory and I have to use OpenMP3Stream method which does not work correctly. Have you worked with this library already? Do you know if there is anything special with OpneMP3stream method that I should take care of?
(If I write the same data in memory to a file and then load it with OpenMP3File, it can be played correctly, but if I use OpenMP3Stream, it get an error)

Your help is really appreciated.

Thanks,
Peyman
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1
Reputation: zcindori is an unknown quantity at this point 
Solved Threads: 0
zcindori zcindori is offline Offline
Newbie Poster

Re: Decoding MP3

 
0
  #4
Aug 21st, 2008
Originally Posted by peyman_k View Post
Hi,

i have tried this one already. it works fine for loading MP3 from a file using OpenMP3File method, but my MP3 data is in memory and I have to use OpenMP3Stream method which does not work correctly. Have you worked with this library already? Do you know if there is anything special with OpneMP3stream method that I should take care of?
(If I write the same data in memory to a file and then load it with OpenMP3File, it can be played correctly, but if I use OpenMP3Stream, it get an error)

Your help is really appreciated.

Thanks,
Peyman
I need more information. What is problem with OpenMp3Stream ?
Last edited by zcindori; Aug 21st, 2008 at 5:22 am.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum


Views: 1777 | Replies: 3
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC