Samples To Bytes
-
Hi all, I want to convert samples in a wave file to byte address in the file(MPEG Layer3 format) ... Please help me. thank you.
Every new thing you learn,Gives you a new personality.
That's not exactly easy, and will depend on factors like the number of channels, and the compression level used. If you're using variable bit rate compression, it gets even more complicated. Ideally, you should start by learning about the mp3 format. A good source of info is http://www.mp3-tech.org/[^], particularly in their "Programmer's Corner" section. I wrote my first decoder based mostly on what I learned there. PS - if you're writing mp3 software, C# may not be the best tool for the job...
There are three kinds of people in the world - those who can count and those who can't...
modified on Sunday, June 14, 2009 2:26 PM