Difference between revisions of "Libcdio"

From Free Software Directory
Jump to: navigation, search
m (new release)
(version 0.94)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Compact Disc Input and Control Library
 
|Name=GNU Compact Disc Input and Control Library
|Short description=Encapsulates CD-ROM reading and control
+
|Short description=CD-ROM access library
|Full description=The libcdio package contains a library for CD-ROM and CD image access. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM or of the specific details of various CD-image formats may benefit from using this library.
+
|Full description='''Libcdio''' is a library for CD-ROM and CD image file access. It allows the developer to add CD access to an application without having to worry about the OS- and device-dependent properties of CD-ROM or the specific details of CD image formats. It includes pycdio, a [[Python]] interface to libcdio, and libcdio-paranoia, a library providing jitter-free and error-free audio extraction from CDs.
  
The library is written in C, however there are OO C++, Perl, Python and Ruby wrappers to interface to the library. However C++ is the only one that is bundled with this package, and the interfaces provide only a subset of the full features of the library.
+
The libcdio package also contains a number of utility programs, including:
 +
*cd-info, displays CD information ;
 +
*cd-drive, decribes CD-ROM/DVD drive characteristics ;
 +
*cd-read, performs low-level block reading of a CD or CD image ;
 +
*iso-info, displays ISO-9660 information from an ISO-9660 image ;
 +
*iso-read, extracts files from an ISO-9660 image ;
 +
*cd-paranoia - extracts audio from a CD in a jitter.
 
|Homepage URL=https://www.gnu.org/software/libcdio/
 
|Homepage URL=https://www.gnu.org/software/libcdio/
|User level=intermediate
+
|User level=advanced
 
|Component programs=cdinfo
 
|Component programs=cdinfo
 
|VCS checkout command=git clone git://git.savannah.gnu.org/libcdio.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/libcdio.git
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=[https://www.gnu.org/software/libcdio/libcdio.html Documentation]
+
|Documentation note=Online documentation available at: https://www.gnu.org/software/libcdio/libcdio.html
 
 
Also included in the libcdio package are a number of utility programs:
 
*cd-info, displays CD information ;
 
*cd-drive, shows what drivers are available and some basic properties of cd-drives attached to the system ;
 
*cd-read, performs low-level block reading of a CD or CD image ;
 
*iso-info, displays ISO-9660 information from an ISO-9660 image ;
 
*iso-read, extracts files from an ISO-9660 image ;
 
*cd-paranoia - port of cdparanoia (CD-DA jitter and error correction) using libcdio back-end CD-reading.
 
  
 
====Interfaces to the libcdio====
 
====Interfaces to the libcdio====
Line 26: Line 24:
 
|Related projects=libcddb, vcdimager
 
|Related projects=libcddb, vcdimager
 
|Keywords=library,CD-ROM,BIN/CUE,read,NRG,cdinfo,libcddb
 
|Keywords=library,CD-ROM,BIN/CUE,read,NRG,cdinfo,libcddb
|Version identifier=0.92
+
|Version identifier=0.94
|Version date=2013/12/15
+
|Version date=2016/10/22
 
|Version status=beta
 
|Version status=beta
|Version download=https://ftp.gnu.org/gnu/libcdio/libcdio-0.92.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/libcdio/libcdio-0.94.tar.gz
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2014/01/05
+
|Last review date=2017/01/08
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 40: Line 38:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv3orlater
|License verified by=genium
+
|License verified by=Genium
|License verified date=2013/10/02
+
|License verified date=2017/01/08
 +
|License note=http://git.savannah.gnu.org/cgit/libcdio.git/tree/COPYING
 
}}
 
}}
 
{{Person
 
{{Person
Line 84: Line 83:
 
{{Software category
 
{{Software category
 
|Audio=cd-playing
 
|Audio=cd-playing
|Interface=library
+
|Interface=console, library
|Use=playing
+
|Programming-language=C
 +
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 +
|Use=playing, software-development
 
|Works-with=audio
 
|Works-with=audio
 
|Works-with-format=iso9660
 
|Works-with-format=iso9660

Revision as of 17:45, 8 January 2017


[edit]

GNU Compact Disc Input and Control Library

https://www.gnu.org/software/libcdio/
CD-ROM access library.

Libcdio is a library for CD-ROM and CD image file access. It allows the developer to add CD access to an application without having to worry about the OS- and device-dependent properties of CD-ROM or the specific details of CD image formats. It includes pycdio, a Python interface to libcdio, and libcdio-paranoia, a library providing jitter-free and error-free audio extraction from CDs.

The libcdio package also contains a number of utility programs, including:

  • cd-info, displays CD information ;
  • cd-drive, decribes CD-ROM/DVD drive characteristics ;
  • cd-read, performs low-level block reading of a CD or CD image ;
  • iso-info, displays ISO-9660 information from an ISO-9660 image ;
  • iso-read, extracts files from an ISO-9660 image ;
  • cd-paranoia - extracts audio from a CD in a jitter.








Entry





























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.