V Vitor Member Jul 23, 2020 #1 Hi all. Is there any library or command line tool for read/rip cd audio? Thanks in advance.
E emexes Expert Licensed User Longtime User Jul 24, 2020 #2 ImgBurn can work from the command line and I *think* it can read cd audio discs, but possibly to a single binary file of the entire disc rather than to separate audio files. Upvote 0
ImgBurn can work from the command line and I *think* it can read cd audio discs, but possibly to a single binary file of the entire disc rather than to separate audio files.
V Vitor Member Jul 29, 2020 #4 Found CdrTools from https://sourceforge.net/projects/cdrtoolswin/ With command line (cdda2wav -t1) extracts track 01 from cd and save it as audio.wav Upvote 0
Found CdrTools from https://sourceforge.net/projects/cdrtoolswin/ With command line (cdda2wav -t1) extracts track 01 from cd and save it as audio.wav