Hi,
i am writing a program in C++ which requires the ripping of Audio-Tracks from CD's and storing the raw audio data temporarily.
After searching everywhere for Information about CD-Audio handling, i came up with almost no information about it.
So the question is, if there is an Open Source library which can handle this for me? Or is there a resource where I can find out more about this topic, so i can implement this myself?
Thanks,
grgry
HotshotGG
Sep 11 2006, 13:58
QUOTE
I am writing a program in C++ which requires the ripping of Audio-Tracks from CD's and storing the raw audio data temporarily.
After searching everywhere for Information about CD-Audio handling, I came up with almost no information about it.
So the question is, if there is an Open Source library which can handle this for me? Or is there a resource where I can find out more about this topic, so I can implement this myself?
http://wiki.hydrogenaudio.org/index.php?title=Cdparanoia... and here
http://wiki.hydrogenaudio.org/index.php?title=Rubyripper
wow, that was fast, looks like the thing i need.
thank you very much!
Martin H
Sep 13 2006, 22:18
AKRip :
http://akrip.sourceforge.net/ It's a LGPL'd CD-DA Audio Extraction Library with complete API documentation and sample code. also on the website there are usefull docs like SPTI implementation, CD insert notification and SCSI-3/MMC specs etc.
CU, Martin.