Options for CD burning libraries?

611 Views Asked by At

I'm looking to create a program that will burn an audio CD. Before diving in I was hoping to see a selection of libraries that will make writing the code to burn the audio easy to write. I don't care much about language but something that is cross OS would be nice. (Specifically Windows and linux).

So far the only library that I see is PrimoBurn, but I can't seem to get their C++ version to compile.

So what do you guys use?

1

There are 1 best solutions below

2
On BEST ANSWER

cdrecord runs on both Windows and Linux (Mac as well). Call it through a system call.