MP3 programming

Moderators: Sephiroth
Number of threads: 182
Number of posts: 407

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Edit Report
Someone please explain... Posted by NoCodeNoProgramming on 27 Nov 1999 at 8:50 PM
Can someone please explain the futility of this board? How can there be <br>
a MP3 programming board when ALL of the posts are requests asking how to<br>
find code for the damn thing!! It seems pretty useless to me.<p>
NoCodeNoProgramming<br>



Edit Report
Re: Someone please explain... Posted by Griffter on 1 Dec 1999 at 11:48 AM
: Can someone please explain the futility of this board? How can there be <br>
: a MP3 programming board when ALL of the posts are requests asking how to<br>
: find code for the damn thing!! It seems pretty useless to me.<p>
: NoCodeNoProgramming<br>
Agreed.<br>
It's called trial and error people, I had to make my own MP3 player from scratch, that meant making an audio engine, then learning the audio file structure of MP3s, took me 5 months but mine runs just as well as Winamp with a few extras that I threw in for fun...<p>
<br>



Edit Report
mp3player Posted by Michaël Willemot on 3 Dec 1999 at 2:48 PM
: : Can someone please explain the futility of this board? How can there be <br>
: : a MP3 programming board when ALL of the posts are requests asking how to<br>
: : find code for the damn thing!! It seems pretty useless to me.<p>
: : NoCodeNoProgramming<br>
: Agreed.<br>
: It's called trial and error people, I had to make my own MP3 player from scratch, that meant making an audio engine, then learning the audio file structure of MP3s, took me 5 months but mine runs just as well as Winamp with a few extras that I threw in for fun...<p>
<br>
Where can I find your player?<br>
If you wrote it in VB, can you give me the code?<br>
Please?<br>
I'm making one on my own to, the only thing is that I'm a beginning programmer...<p>



Edit Report
Re: mp3player Posted by NoCodeNoProgramming on 3 Dec 1999 at 5:54 PM
: <br>
: Where can I find your player?<br>
: If you wrote it in VB, can you give me the code?<br>
: Please?<br>
: I'm making one on my own to, the only thing is that I'm a beginning programmer...<p>
<br>
Ha! Maybe a wish list to Santa might help. <br>
And some milk and cookies.<br>



Edit Report
Thank you very much Posted by Michaël Willemot on 7 Dec 1999 at 5:51 AM
: : <br>
: : Where can I find your player?<br>
: : If you wrote it in VB, can you give me the code?<br>
: : Please?<br>
: : I'm making one on my own to, the only thing is that I'm a beginning programmer...<p>
: <br>
: Ha! Maybe a wish list to Santa might help. <br>
: And some milk and cookies.<p>
I don't think that's very friendly of you, is it?<br>



Edit Report
Re: Whatever Posted by NoCodeNoProgramming on 10 Dec 1999 at 6:18 PM
: : : <br>
: : : Where can I find your player?<br>
: : : If you wrote it in VB, can you give me the code?<br>
: : : Please?<br>
: : : I'm making one on my own to, the only thing is that I'm a beginning programmer...<p>
<br>
I was being sarcastic from the lack of resources that this board provides.<p>
Begging is not productive, it only degrades this board. And being a newbie<br>
is no excuse for begging either. I find it highly unlikely that a person who<br>
has worked on their own code for 5 months or more would gladly hand it over to <br>
anyone who asks. I wouldn't either.<p>
Maybe instead of all these wasteful beggin' posts for complete code of MP3<br>
encoders/decoders/players conveniently written in the language of their choice, <br>
someone could posts useful links to MP3 programming resources (Windows!) instead. <br>
At least this is productive.<p>



Edit Report
Re: Whatever Posted by GRIFFTER on 17 Dec 1999 at 1:39 PM
: : : : <br>
: : : : Where can I find your player?<br>
: : : : If you wrote it in VB, can you give me the code?<br>
: : : : Please?<br>
: : : : I'm making one on my own to, the only thing is that I'm a beginning programmer...<p>
: <br>
: I was being sarcastic from the lack of resources that this board provides.<p>
: Begging is not productive, it only degrades this board. And being a newbie<br>
: is no excuse for begging either. I find it highly unlikely that a person who<br>
: has worked on their own code for 5 months or more would gladly hand it over to <br>
: anyone who asks. I wouldn't either.<p>
: Maybe instead of all these wasteful beggin' posts for complete code of MP3<br>
: encoders/decoders/players conveniently written in the language of their choice, <br>
: someone could posts useful links to MP3 programming resources (Windows!) instead. <br>
: At least this is productive.<p>
Hmm, yeah sorry Mike but I gotta agree with NoCode, I didn't do all of that work so that I can just give it to anyone that asks...<br>
But I can tell you that yes I first wrote it in VB and used the windows media player 2's OCX to play the MP3s, but then it just got too slow, so I wrote a DLL in VC++ to decode the MP3s and got the player to use the DLL as a decoder. I'm not releasing my player soon, I have some stuff to work out, it has probs with some soundcards and I'm still converting the VB part to C++ so that I don't have to package dependency files with it. But I'm currently working on other things right now, mainly GB programming, but I'll post here if I decide to release my player. It's called MPX btw.<p>



Edit Report
All right Posted by It's me again on 19 Dec 1999 at 8:03 AM
: : : : : <br>
: : : : : Where can I find your player?<br>
: : : : : If you wrote it in VB, can you give me the code?<br>
: : : : : Please?<br>
: : : : : I'm making one on my own to, the only thing is that I'm a beginning programmer...<p>
: : <br>
: : I was being sarcastic from the lack of resources that this board provides.<p>
: : Begging is not productive, it only degrades this board. And being a newbie<br>
: : is no excuse for begging either. I find it highly unlikely that a person who<br>
: : has worked on their own code for 5 months or more would gladly hand it over to <br>
: : anyone who asks. I wouldn't either.<p>
: : Maybe instead of all these wasteful beggin' posts for complete code of MP3<br>
: : encoders/decoders/players conveniently written in the language of their choice, <br>
: : someone could posts useful links to MP3 programming resources (Windows!) instead. <br>
: : At least this is productive.<p>
: Hmm, yeah sorry Mike but I gotta agree with NoCode, I didn't do all of that work so that I can just give it to anyone that asks...<br>
: But I can tell you that yes I first wrote it in VB and used the windows media player 2's OCX to play the MP3s, but then it just got too slow, so I wrote a DLL in VC++ to decode the MP3s and got the player to use the DLL as a decoder. I'm not releasing my player soon, I have some stuff to work out, it has probs with some soundcards and I'm still converting the VB part to C++ so that I don't have to package dependency files with it. But I'm currently working on other things right now, mainly GB programming, but I'll post here if I decide to release my player. It's called MPX btw.<p>
Maybe you're wright <br>
but, if I don't get code from someone, how can I learn programmig ?<br>
I allready found how to play an mp3 (in VB)<br>
but I can't "pause" it nor "rewind" or "forward"<br>
I've done it with the OCX SimpleMultiMedia<br>
What do you mean it beeing slowly in VB?<br>



Edit Report
yes, but we need the format ! Posted by YUCER on 15 May 2000 at 9:32 AM
:I find it highly unlikely that a person who<br>
: : : has worked on their own code for 5 months or more would gladly hand it over to <br>
: : : anyone who asks. <br>
<br>
I'm agree with NoCode, but we need the MP3 format to start working. <br>
<br>
I'm looking for the format for about 3 month without success, and want to work by myself but the format is the start point.<br>
<br>
Please provide us a link to the format.<br>






 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.