audio cd extractor
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2439
MDF audio extracter 0.1
MDF audio extracter project is a tool to extract audio data from MDF/MDS audio cd images to wav or raw files. more>>
MDF audio extracter project is a tool to extract audio data from MDF/MDS audio cd images to wav or raw files. Tracks will be extracted to the current directory and named track_[num].wav or track_[num].raw. Output can also be redirected to stdout to allow the audio data to be fed to an encoder or player directly.
You need both a .mds and .mdf file to be able to extract tracks. The .mds file contains the information about the tracks, while the .mdf file contains the actual data. They usually should have the same name (except for the extension ofcourse). This is case sensitive, so for example FileName is not the same as filename.
Usage: mdfextract [options] file.mds
Options:
-i output mds info instead of extracting
-r extract raw track data
-s output to stdout instead of file
-t < num > extract single track (num > 0)
-q quiet, no output
Version restrictions:
- Probably does not work on big endian archs.
<<lessYou need both a .mds and .mdf file to be able to extract tracks. The .mds file contains the information about the tracks, while the .mdf file contains the actual data. They usually should have the same name (except for the extension ofcourse). This is case sensitive, so for example FileName is not the same as filename.
Usage: mdfextract [options] file.mds
Options:
-i output mds info instead of extracting
-r extract raw track data
-s output to stdout instead of file
-t < num > extract single track (num > 0)
-q quiet, no output
Version restrictions:
- Probably does not work on big endian archs.
Download (0.010MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
949 downloads

Unix configuration extractor 4
The Unix configuration extractor is a script more>> The Unix configuration extractor is a script that runs on the server to extract necessary security configurations. This script doesnt make any changes to the server other than creating the dump files<<less
Download (19KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
Flat File Extractor 0.2.2
Flat File Extractor can be used for reading different flat file structures and printing them in different formats. more>>
Flat File Extractor can be used for reading different flat file structures and printing them in different formats. ffe is a command line tool developed in GNU/Linux environment and it is distributed under GNU General Public License 2 or later.
Main areas of use are:
- Extracting particular fields or records from a flat file
- Converting data from one format to an other, e.g. from CSV to fixed length
- Verifying a flat file structure
- Testing tool for flat file development
- Displaying flat file content in human readable form
Main features:
- Command-line tool
- Reads standard input and writes to standard output as default
- One input file can contain several types of records (lines)
- Fields in a flat file can be fixed length or separated
- Input file structure and output definitions are independent, meaning one output format can be used with several input files
- Input file structure and output format are freely configurable, they are not predefined
- Output can be formatted e.g. as: fixed length, separated, tokenized, XML, SQL,...
- ffe tries to guess the input format, user needs not to give it as a parameter
Enhancements:
- Configuration keyword const has been added
<<lessMain areas of use are:
- Extracting particular fields or records from a flat file
- Converting data from one format to an other, e.g. from CSV to fixed length
- Verifying a flat file structure
- Testing tool for flat file development
- Displaying flat file content in human readable form
Main features:
- Command-line tool
- Reads standard input and writes to standard output as default
- One input file can contain several types of records (lines)
- Fields in a flat file can be fixed length or separated
- Input file structure and output definitions are independent, meaning one output format can be used with several input files
- Input file structure and output format are freely configurable, they are not predefined
- Output can be formatted e.g. as: fixed length, separated, tokenized, XML, SQL,...
- ffe tries to guess the input format, user needs not to give it as a parameter
Enhancements:
- Configuration keyword const has been added
Download (0.23MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
882 downloads
XML Extractor 0.3.0
XML Extractor is a set of tools for transforming XML-like markup into entities or well-formed XML files. more>>
XML Extractor is a set of tools for transforming XML-like markup into entities or well-formed XML files.
The sourcecode XML metadata extraction tools are intended to be used for extracting and transforming XML-like markup embedded in source code comments into syntactically correct external entities or well-formed XML files.
This can be used for JavaDoc-like code annotation, providing structured comments, or even embedding metadata used by the build process or configuration management tools.
INSTALLATION
For info and options about installing this tool, type:
# python setup.py --help
USAGE
To see usage info for this tool, type:
# python xlf_to_wfx_cli.py --help
<<lessThe sourcecode XML metadata extraction tools are intended to be used for extracting and transforming XML-like markup embedded in source code comments into syntactically correct external entities or well-formed XML files.
This can be used for JavaDoc-like code annotation, providing structured comments, or even embedding metadata used by the build process or configuration management tools.
INSTALLATION
For info and options about installing this tool, type:
# python setup.py --help
USAGE
To see usage info for this tool, type:
# python xlf_to_wfx_cli.py --help
Download (0.020MB)
Added: 2006-10-04 License: LGPL (GNU Lesser General Public License) Price:
1116 downloads
AudioCD 0.20
AudioCD is a Perl module for basic Audio CD control. more>>
AudioCD is a Perl module for basic Audio CD control.
SYNOPSIS
use AudioCD;
# see below
See AudioCD::Mac for more information. Right now, this module has support only for MacPerl. Please feel free to write other modules for Your Favorite Platform and let me know about it.
<<lessSYNOPSIS
use AudioCD;
# see below
See AudioCD::Mac for more information. Right now, this module has support only for MacPerl. Please feel free to write other modules for Your Favorite Platform and let me know about it.
Download (0.003MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1219 downloads
Audio Transcriber 0.9.2B
Audio Transcriber records large audio samples, like a tape or radio broadcast, to your hard drive and splits it into tracks. more>>
Audio Transcriber records large audio samples, like a tape or radio broadcast, to your hard drive and splits it into tracks to be burned onto CD-R media.
The goal of Audio Transcriber is to make it easy to transfer audio tapes, LPs, or radio broadcasts to tracks on CD-R/CD-RW.
<<lessThe goal of Audio Transcriber is to make it easy to transfer audio tapes, LPs, or radio broadcasts to tracks on CD-R/CD-RW.
Download (2.3MB)
Added: 2006-03-16 License: GPL (GNU General Public License) Price:
1318 downloads
Audio::CD 0.04
Audio::CD is a Perl interface to libcdaudio (cd + cddb). more>>
Audio::CD is a Perl interface to libcdaudio (cd + cddb).
SYNOPSIS
use Audio::CD ();
my $cd = Audio::CD->init;
Audio::CD provides a Perl interface to libcdaudio by Tony Arcieri, available from http://cdcd.undergrid.net/
Several classes provide glue for the libcdaudio functions and data structures.
Audio::CD Class ^
init
Initialize the Audio::CD object:
my $cd = Audio::CD->init;
stat
Stat the Audio::CD object, returns an Audio::CD::Info object.
my $info = $cd->stat;
cddb
Returns an Audio::CDDB object.
my $cddb = $cd->cddb;
play
Play the given cd track (defaults to 1).
$cd->play(1);
stop
Stop the cd.
$cd->stop;
pause
Pause the cd.
$cd->pause;
resume
Resume the cd.
$cd->resume;
eject
Eject the cd.
$cd->eject;
close
Close the cd tray.
$cd->close;
play_frames
$cd->play_frames($startframe, $endframe);
play_track_pos
$cd->play_track_pos($strarttrack, $endtrack, $startpos);
play_track
$cd->play_track($strarttrack, $endtrack);
track_advance
$cd->track_advance($endtrack, $minutes, $seconds);
advance
$cd->advance($minutes, $seconds);
get_volume
Returns an Audio::CD::Volume object.
my $vol = $cd->get_volume;
set_volume
$cd->set_volume($vol);
<<lessSYNOPSIS
use Audio::CD ();
my $cd = Audio::CD->init;
Audio::CD provides a Perl interface to libcdaudio by Tony Arcieri, available from http://cdcd.undergrid.net/
Several classes provide glue for the libcdaudio functions and data structures.
Audio::CD Class ^
init
Initialize the Audio::CD object:
my $cd = Audio::CD->init;
stat
Stat the Audio::CD object, returns an Audio::CD::Info object.
my $info = $cd->stat;
cddb
Returns an Audio::CDDB object.
my $cddb = $cd->cddb;
play
Play the given cd track (defaults to 1).
$cd->play(1);
stop
Stop the cd.
$cd->stop;
pause
Pause the cd.
$cd->pause;
resume
Resume the cd.
$cd->resume;
eject
Eject the cd.
$cd->eject;
close
Close the cd tray.
$cd->close;
play_frames
$cd->play_frames($startframe, $endframe);
play_track_pos
$cd->play_track_pos($strarttrack, $endtrack, $startpos);
play_track
$cd->play_track($strarttrack, $endtrack);
track_advance
$cd->track_advance($endtrack, $minutes, $seconds);
advance
$cd->advance($minutes, $seconds);
get_volume
Returns an Audio::CD::Volume object.
my $vol = $cd->get_volume;
set_volume
$cd->set_volume($vol);
Download (0.007MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1222 downloads
Obscure-Extractor-GTK 0.2
Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games. more>>
Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games, e.g. Neverwinter Nights, Homeworld 2, BloodRayne.
Mostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more advanced stuff like support for old InstallShield archives that would need to be ported.
<<lessMostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more advanced stuff like support for old InstallShield archives that would need to be ported.
Download (0.012MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1202 downloads
auCDtect 0.8
AuCDtect - is a free console program for determining the authenticity of musical CDs. more>>
AuCDtect - is a free console program for determining the authenticity of musical CDs. By evaluating the character of audio data a CD contains, Tau Analyzer can distinguish between original studio-based recordings and those that have been "reconstructed" using a lossy audio source, such as MP3. Its a console application and is freeware.
This program could determine authenticity of a musical CD records, stored in WAV format, using the character of the audio data it contains, and predicts its possible source - is it an
original record or a reconstruction from a lossy encoded music file (for example, MP3).
Enhancements:
- Program should work little bit faster;
- Supports disk conclusion mode over the set of tracks (-d key);
- Decreased error level while processing strongly hardware-compressed; studio records - now makes less errors;
- Small algorithm improvements.
<<lessThis program could determine authenticity of a musical CD records, stored in WAV format, using the character of the audio data it contains, and predicts its possible source - is it an
original record or a reconstruction from a lossy encoded music file (for example, MP3).
Enhancements:
- Program should work little bit faster;
- Supports disk conclusion mode over the set of tracks (-d key);
- Decreased error level while processing strongly hardware-compressed; studio records - now makes less errors;
- Small algorithm improvements.
Download (0.029MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1183 downloads
Python Audio Tools 2.2
Python Audio Tools are a collection of audio handling programs which work from the command line. more>>
Python Audio Tools are a collection of audio handling programs which work from the command line. These include programs for CD extraction, track conversion from one audio format to another, track renaming and retagging, track identification, CD burning from tracks, and more.
Supports internationalized track filenames and metadata using Unicode. Works with high-definition, multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs or CPU cores if available to greatly speed the transcoding process. Track metadata can be retrieved from FreeDB or FreeDB-compatible servers. Audio formats supported are:
- WAV
- AIFF
- Sun AU
- FLAC
- WavPack
- Monkeys Audio
- MP3
- MP2
- Ogg Vorbis
- Ogg Speex
- M4A
Easy to install and use:
I dont like programs with lots of obscure dependencies, so Ive written Python Audio Tools to require as few external libraries and programs as possible. Most formats require only one or two common executables and some require none at all. Installation utilizes Pythons built-in distutils, but a provided makefile reduces the process to a simple "make install" command.
The programs that make up Python Audio Tools provide a consistent interface for painless switching between them. man pages are included, as is a lengthy manual for both users and programmers. See the short tutorial in the documentation for an illustration of their usage.
These Python Audio Tools are designed with Unix-like systems in mind. Although most of it is written in pure Python, the libcdio library is used to read from a CD-ROM drive. If one is willing to forgo the CD-based tools, Python Audio Tools is fully portable so long as the required helper applications are present. I have used it on the i386, x86_64 and ppc architectures without difficulty.
Standards compliant
Because Python Audio Tools sticks very close to established, documented standards, it has no trouble interoperating with other audio-handling programs. If you want to rip CDs with Exact Audio Copy, batch convert them to M4As with these tools and play them back in iTunes, thats no problem.
Enhancements:
- Revamped the track metadata system.
- Improved the file detection routines.
- Minor bugfixes.
<<lessSupports internationalized track filenames and metadata using Unicode. Works with high-definition, multi-channel audio as well as CD-quality. Track conversion uses multiple CPUs or CPU cores if available to greatly speed the transcoding process. Track metadata can be retrieved from FreeDB or FreeDB-compatible servers. Audio formats supported are:
- WAV
- AIFF
- Sun AU
- FLAC
- WavPack
- Monkeys Audio
- MP3
- MP2
- Ogg Vorbis
- Ogg Speex
- M4A
Easy to install and use:
I dont like programs with lots of obscure dependencies, so Ive written Python Audio Tools to require as few external libraries and programs as possible. Most formats require only one or two common executables and some require none at all. Installation utilizes Pythons built-in distutils, but a provided makefile reduces the process to a simple "make install" command.
The programs that make up Python Audio Tools provide a consistent interface for painless switching between them. man pages are included, as is a lengthy manual for both users and programmers. See the short tutorial in the documentation for an illustration of their usage.
These Python Audio Tools are designed with Unix-like systems in mind. Although most of it is written in pure Python, the libcdio library is used to read from a CD-ROM drive. If one is willing to forgo the CD-based tools, Python Audio Tools is fully portable so long as the required helper applications are present. I have used it on the i386, x86_64 and ppc architectures without difficulty.
Standards compliant
Because Python Audio Tools sticks very close to established, documented standards, it has no trouble interoperating with other audio-handling programs. If you want to rip CDs with Exact Audio Copy, batch convert them to M4As with these tools and play them back in iTunes, thats no problem.
Enhancements:
- Revamped the track metadata system.
- Improved the file detection routines.
- Minor bugfixes.
Download (0.52MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
817 downloads
WOMP! 0.6 Beta3
WOMP! is a micro linux distribution focussed on multimedia. more>>
WOMP! is a micro linux distribution focussed on multimedia. Basically, it takes only 13 to 30 MB depending on the selected options on a bootable CD, and allow playing a wide range of multimedia files (video/audio/image) without installing any software on the computers hard drive.
Additionnally, WOMP! can also be installed on the hard drive either to run in memory just like a bootable CD, or to run from a read-only loopback file which is interesting for machines with low memory. It can the be booted either by a floppy bootdisk or by a bootable CD (in that case it will only take 1.5MB on the CD leading all remaining space for multimedia files.
WOMP! uses the FrameBuffer for playing videos and X for interacting with the user. Hardware acceleration is provided by vidix. Cards that support vidix include nearly all ATI and Matrox cards, also NVidia in last release. Nevertheless even not accelerated, provided the processor is sufficiently recent there will be no problems playing divx files in fullscreen.
Main features:
Play DVD
- Select title
- Select angle
- Select language
- Select subtitle
Play Video CD
Play Audio CD
Play Video files
- A wide range of video formats and codecs are supported, non exhaustive list include Avi, Mov, Matroska, Ogm for containers, DivX5, XviD etc for codecs.
Subtitles :
- Text subtitles are rendered with some fixed fonts or with scalable truetype fonts.
- Subtitles from Matroska (mkv) and Ogm are availables
- External text subtitles
- Vobsub subtitles are also supported
- Play Audio files (mp3, ogg etc)
- View Pictures (jpeg, png, tiff, gif etc)
- Playlist management for video, audio and pictures.
- Scan CDs and local partitions for media files
- Internationalization : English, french, Czech, Spanish, Russian, Portuguese
- Network configuration by dhcp or manual
- Support for ppp internet connection
- Browse the web either with w3m (text based browser) or with MozillaFirebird
- Mount remote shares nfs or smb(windows shares)
Hardware :
- Support usb-storage devices (USB keys/pen cameras zip)
- Support most soundcard either by Alsa or OSS
- Mouse : usb,ps2,serial
- PCMCIA support for network and modem
- Support most PCI Network adapter
Many Installation possibility :
- Run in memory from bootable CD
- Run in memory from hardisk or other support
- Run within a read-only loopback file for low memory machines
- etc
Enhancements:
- Very minor update -> added russian and portuguese translation.
- To update womp-0.6-beta2, replace the wompmem.bz2 file by the one in this release.
- To update womp-0.6-beta2-devel, unpack ( tar xjf ) update0.6beta3.tar.bz2 in the rootbase.
- Will add the loopback file when I have time!
<<lessAdditionnally, WOMP! can also be installed on the hard drive either to run in memory just like a bootable CD, or to run from a read-only loopback file which is interesting for machines with low memory. It can the be booted either by a floppy bootdisk or by a bootable CD (in that case it will only take 1.5MB on the CD leading all remaining space for multimedia files.
WOMP! uses the FrameBuffer for playing videos and X for interacting with the user. Hardware acceleration is provided by vidix. Cards that support vidix include nearly all ATI and Matrox cards, also NVidia in last release. Nevertheless even not accelerated, provided the processor is sufficiently recent there will be no problems playing divx files in fullscreen.
Main features:
Play DVD
- Select title
- Select angle
- Select language
- Select subtitle
Play Video CD
Play Audio CD
Play Video files
- A wide range of video formats and codecs are supported, non exhaustive list include Avi, Mov, Matroska, Ogm for containers, DivX5, XviD etc for codecs.
Subtitles :
- Text subtitles are rendered with some fixed fonts or with scalable truetype fonts.
- Subtitles from Matroska (mkv) and Ogm are availables
- External text subtitles
- Vobsub subtitles are also supported
- Play Audio files (mp3, ogg etc)
- View Pictures (jpeg, png, tiff, gif etc)
- Playlist management for video, audio and pictures.
- Scan CDs and local partitions for media files
- Internationalization : English, french, Czech, Spanish, Russian, Portuguese
- Network configuration by dhcp or manual
- Support for ppp internet connection
- Browse the web either with w3m (text based browser) or with MozillaFirebird
- Mount remote shares nfs or smb(windows shares)
Hardware :
- Support usb-storage devices (USB keys/pen cameras zip)
- Support most soundcard either by Alsa or OSS
- Mouse : usb,ps2,serial
- PCMCIA support for network and modem
- Support most PCI Network adapter
Many Installation possibility :
- Run in memory from bootable CD
- Run in memory from hardisk or other support
- Run within a read-only loopback file for low memory machines
- etc
Enhancements:
- Very minor update -> added russian and portuguese translation.
- To update womp-0.6-beta2, replace the wompmem.bz2 file by the one in this release.
- To update womp-0.6-beta2-devel, unpack ( tar xjf ) update0.6beta3.tar.bz2 in the rootbase.
- Will add the loopback file when I have time!
Download (13.2MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1407 downloads
Witty CD Player 0.0.7
Witty CD Player is a cd player program that uses cdda2wav for software buffering. more>>
Witty CD Player is a cd player program that uses cdda2wav for software buffering.
I started having problems with my CD-ROM drive skipping badly on every audio track for several months. At the same time, I wanted to try my hand at GTK. So, I decided to write the "The Witty CD Player." (The name is a play on my last name The Witty CD Player uses the cdda2wav program to perform oversampling to account for the skips.
<<lessI started having problems with my CD-ROM drive skipping badly on every audio track for several months. At the same time, I wanted to try my hand at GTK. So, I decided to write the "The Witty CD Player." (The name is a play on my last name The Witty CD Player uses the cdda2wav program to perform oversampling to account for the skips.
Download (0.014MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1538 downloads

Zinf Audio Player for Linux 2.2.5
This software is a audio player for Linux. more>> The Zinf audio player is a simple, but powerful audio player for Linux and Win32. It supports MP3, Ogg/Vorbis, WAV and Audio CD playback, SHOUTcast/Icecast HTTP streaming, RTP streaming, a powerful music browser, theme support and a download manager.
Linux Features
- OSS playback
- Enlightened Sound Daemon (ESD) playback
- ALSA playback
- Arts playback
- Album Art display
- OSD (On-Screen Display)<<less
Download (1.94MB)
Added: 2009-04-14 License: Freeware Price: Free
192 downloads
Make audio 0.4.1
Make audio is a graphical tool to create audio CDs from MP3 or wav files. more>>
Make audio is a graphical tool to create audio CDs from MP3 or wav files. You can simply arrange a playlist of all songs that you want. The application converts MP3 files to WAV and then burns them on the CD.
<<less Download (0.016MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
CDRDAO 1.2.2
CDRDAO is Disk-At-Once Recording of Audio CD-Rs. more>>
Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents (toc-file).
Recording in disk-at-once mode writes the complete disc, i.e. lead-in, one or more tracks and lead-out, in a single step. The commonly used track-at-once (TAO) mode writes each track independently which requires link blocks between two tracks.
Older CD-recorder models forced a two second pause (pre-gap) between two tracks whereas newer models allow adjusting of the pause length in TAO mode reducing the number of link blocks to a minimal amount.
However, with TAO it is generally not possible to define the data that is written in pre-gaps. But exactly this feature makes audio CD recording interesting, e.g. by creating hidden bonus tracks or track intros in pre-gaps like it is common habit on commercial CDs.
Finally, DAO recording is the only way to write data to the unused R-W sub-channels for e.g. CD-G or CD-TEXT.
Main features:
- Full control over length and contents of pre-gaps (pause areas between tracks). Pre-gaps may be completely omitted, e.g. for dividing live recordings into tracks.
- Control over sub-channel data like:
- catalog number
- copy, pre-emphasis, 2-/4-channel flags
- ISRC code
- index marks
- Support for exact audio, data and mixed mode CD copying.
- Support for R-W sub-channel writing.
- Tracks may be composed of different audio files supporting non destructive cut.
- Accepts WAVE and raw audio files.
- CD-TEXT reading and writing with drives that support it.
- CDDB access to automatically create CD-TEXT data.
- Support for on-the-fly copying.
Enhancements:
- Added device locking for win32 (Giuseppe Corbelli)
- Man page cleanup (Andrew Suffield)
GCDMaster changes:
- Fixed GCC 4.1 compilation issues
- Fixed hang when inserting WAV file
<<lessRecording in disk-at-once mode writes the complete disc, i.e. lead-in, one or more tracks and lead-out, in a single step. The commonly used track-at-once (TAO) mode writes each track independently which requires link blocks between two tracks.
Older CD-recorder models forced a two second pause (pre-gap) between two tracks whereas newer models allow adjusting of the pause length in TAO mode reducing the number of link blocks to a minimal amount.
However, with TAO it is generally not possible to define the data that is written in pre-gaps. But exactly this feature makes audio CD recording interesting, e.g. by creating hidden bonus tracks or track intros in pre-gaps like it is common habit on commercial CDs.
Finally, DAO recording is the only way to write data to the unused R-W sub-channels for e.g. CD-G or CD-TEXT.
Main features:
- Full control over length and contents of pre-gaps (pause areas between tracks). Pre-gaps may be completely omitted, e.g. for dividing live recordings into tracks.
- Control over sub-channel data like:
- catalog number
- copy, pre-emphasis, 2-/4-channel flags
- ISRC code
- index marks
- Support for exact audio, data and mixed mode CD copying.
- Support for R-W sub-channel writing.
- Tracks may be composed of different audio files supporting non destructive cut.
- Accepts WAVE and raw audio files.
- CD-TEXT reading and writing with drives that support it.
- CDDB access to automatically create CD-TEXT data.
- Support for on-the-fly copying.
Enhancements:
- Added device locking for win32 (Giuseppe Corbelli)
- Man page cleanup (Andrew Suffield)
GCDMaster changes:
- Fixed GCC 4.1 compilation issues
- Fixed hang when inserting WAV file
Download (0.58MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1133 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above audio cd extractor search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed