Howdy!
I've been assigned a project (for the course I'm attending) to create a program that compresses wav files to mp3. I have no background in digital signal processing (or the inner workings of audio formats for that matter), and don't have much of an idea where to start.
I've looked up the very basics of the wav format but any attempt to find more about audio compression hits me with terms like 'psychoacoustics' and 'modified discrete cosine transform'.
Could someone suggest how to go about this? Will it require learning much about Digital Sig. Processing? If so, could you suggest a source that describes what I need to know without going into too much detail?
I'll be using C/C++.
Thanks.
Help with audio format conversion
Started by knightspider00000, Jul 01 2008 09:47 AM
6 replies to this topic
#1
Posted 01 July 2008 - 09:47 AM
|
|
|
#2
Posted 01 July 2008 - 07:09 PM
MP3 Format Information (scroll down a bit)
WAV Format Information (near bottom)
There's C source code for decoding MP3 files in the first link, near the middle.
WAV Format Information (near bottom)
There's C source code for decoding MP3 files in the first link, near the middle.
#3
Posted 02 July 2008 - 09:58 AM
Look up LAME. It's open-source and encodes to MP3.
#4
Posted 02 July 2008 - 10:28 AM
#5
Posted 03 July 2008 - 08:10 AM
LAME is open-source, so he could look at how the encoding was performed.
#6
Posted 03 July 2008 - 11:34 PM
Hi ,
This is very ineresting project.
This is very ineresting project.


Sign In
Create Account

Back to top









