3

How can I read the track information (author, track title, length) for an Audio CD using C#?

user2864740
  • 60,010
  • 15
  • 145
  • 220
kjv
  • 11,047
  • 34
  • 101
  • 140

3 Answers3

3

There is an excellent tutorial at: http://khason.net/dev/audio-cd-operation-including-cd-text-reading-in-pure-c/

I hope that will be enough, good luck.

Daniel Wedlund
  • 804
  • 7
  • 18
2

"hmmm maybe I'm wrong but I think that there is no such information in audio CD. Maybe u must use something like CDDB"

Oh yes it is, you just can't read it on a PC without 3rd party software see this link wikipedia CD-Text the Windows Media player plug-in is particularly nice if all you want to do is read home made CDs

CDDB is only of any use for commercially produced CDs

koly
  • 21
  • 1
2

hmmm maybe I'm wrong but I think that there is no such information in audio CD. Maybe u must use something like CDDB