Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing Data from Audio CD using C#?

I am doing a music album library.The program should connect to a database like FreeDB and then store it.

At the moment, it is just a concept and I want to know if it is possible to do it. The real question is, Is there a way to get the data from cd like what happens when you play a disc in Windows Media Player? I did a bit of a reasearch and I found about ID3 and mp3 but I don't think it will be any lead as the tracks are .cda.

I am studying programing (diploma). Any suggestions?

like image 417
gorgo4 Avatar asked Feb 10 '11 18:02

gorgo4


1 Answers

I found a tutorial with sample code that should help you out: http://www.codeproject.com/KB/audio-video/freedb.aspx

like image 101
Colin O'Dell Avatar answered Oct 14 '22 14:10

Colin O'Dell