hi guys,
well i am a newbie in java and now i have started to actually program in java after php,c++
after two months i have to give my final year's project at college and i have decided to build a JAVA MP3 Player, i know its kinda tough but i need your help guys, i want to make my own JAVA MP3 player, I do not want to use any ready made library, or anything, just the java's default classes..
Can anyone please guide me where to start and how this all will go on ?
I heard someone saying that MP3's are encoded using huffman algorithm and then java has got to do that and pass the resulting onto sound card ?
is it so ?
Please help me or guide me to a relevant resource..
thanks for your help and time :)
Mp3 player in java?
A good place to start looking I would think might be the javax.sound.sampled api. It looks like there may be a learning curve associated with it though. after that, you would probably get the file name from the user, read it, and pass it through some encoding filter pass the stream to the api.
These links looks like a good place to start your research....
http://www.jsresources.org/
http://www.onjava.com/pub/a/onjava/excer...
And this link is a project that is directly related to what you are doing. In fact, they are doing the same thing. Be careful in what you use and make sure you reference the code sources if you use any of it. Look in the "Documentation" tab for some code examples.
http://www.javazoom.net/mp3spi/mp3spi.ht...
Good Luck, I think this will be a fun project for you as is doable.
Reply:hii , its weird that i have chosen a similar project its called indexing mp3 files in java and i have to extend the files using this website . http://www.javazoom.net/projects.html
i think it will help
Reply:sound application
http://www.java2s.com/Code/Java/Developm...
find out from here too
http://www.java2s.com/
No comments:
Post a Comment