문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top