Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi,

I was bought ab audio cd, and the I copied this into my local drive.
It was playing well.

I thought I would write a program to convert the Cda(audio files) to mp3 formats using C#.net without any thirdy pary.

Please give me some clues on how to convert the AUDIO files to mp3 format.
Posted
Updated 5-Dec-10 22:00pm
v2
Comments
Toli Cuturicu 6-Dec-10 3:29am    
What about copyright issues?
Dalek Dave 6-Dec-10 4:00am    
Edited for Grammar and Spelling.
vijayr 6-Dec-10 5:52am    
Currently i was in learning stage, so like to do some difficult project from my end so i take this and also not for sale
like to become and good programmer in C#.net
vijayr 7-Dec-10 12:49pm    
what is the copyright issue ? because i don't know what could be ?

Anyway i won't sale this
Toli Cuturicu 8-Dec-10 6:09am    
The CD is copyrighted, so you must exercise care when you are going to copy (parts of) it.

1 solution

CDA files are only 44 bytes useless headers that point to virtual wav files on the AUDIO CD.
You have to:
1. Rip the corresponding WAV files from the CD.
2. Convert the WAV files (not the CDA files) to MP3 lossy format.

The sad fact is that while the second point is difficult but manageable, for the first one you need some c / c++ / assembler. Sorry.
 
Share this answer
 
Comments
Dalek Dave 6-Dec-10 4:01am    
Plus it is as you say, probably illegal.
vijayr 6-Dec-10 5:51am    
cool, This is nice example.i will try it today.
Currently i was in learning stage, so like to do more project from my end(for getting the good programmer).And also not for sale
Toli Cuturicu 6-Dec-10 18:07pm    
Well, Dalek, still there are programs that rip cds using a fair use rationale, for backup purposes, for computers without a cd drive and so on... You can find easily some other reason besides "I want to steal your intelectual property!" :-)
vijayr 7-Dec-10 13:28pm    
thks Toli and Dalek

i got the idea from "http://www.codeproject.com/KB/cs/csharpripper.aspx" and then they are explaining the code,
How to rip the audio file from the CD and save into wmv file

Thanks you very much

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900