cd rates
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1801
Dasher 4.5.2
Dasher is a zooming predictive text entry system. more>>
Dasher is a zooming predictive text entry system, designed for situations where keyboard input is impractical (for instance, accessibility or PDAs).
Dasher is usable with highly limited amounts of physical input while still allowing high rates of text entry.
Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory.
<<lessDasher is usable with highly limited amounts of physical input while still allowing high rates of text entry.
Dasher is Free software released under the GPL. Further documentation may be found in the Doc/ subdirectory.
Download (7.6MB)
Added: 2007-07-09 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
Other version of Dasher
License:LGPL (GNU Lesser General Public License)
libsamplerate 0.1.2
libsamplerate is a Sample Rate Converter for audio. more>>
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. One example of where such a thing would be useful is converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players.
SRC is capable of arbitrary and time varying conversions ; from downsampling by a factor of 256 to upsampling by the same factor. Arbitrary in this case means that the ratio of input and output sample rates can be an irrational number. The conversion ratio can also vary with time for speeding up and slowing down effects.
SRC provides a small set of converters to allow quality to be traded off against computation cost. The current best converter provides a signal-to-noise ratio of 97dB with -3dB passband extending from DC to 96% of the theoretical best bandwidth for a given pair of input and output sample rates.
Since the library has few dependencies beyond that provided by the standard C library, it should compile and work on just about any operating system. It is know to work on Linux, MacOSX, Win32 and Solaris. With some relatively minor hacking it should also be relatively easy to port it to embedded systems and digital signal processors.
In addition, the library comes with a comprehensive test suite which can validate the performance of the library on new platforms.
Enhancements:
- configure.ac Win32/Makefile.mingw.in
- Add preliminary support for compiling on Win32 using MinGW.
- configure.ac
- Bump version to 0.1.2.
- Add --enable-gcc-werror configure option.
- examples/sndfile-resample.c tests/src-evaluate.c
- Use ISO C standard function remove instead of unlink.
- Win32/Makefile.msvc
- Add the top level directory to the include path (for sndfile.h).
<<lessSRC is capable of arbitrary and time varying conversions ; from downsampling by a factor of 256 to upsampling by the same factor. Arbitrary in this case means that the ratio of input and output sample rates can be an irrational number. The conversion ratio can also vary with time for speeding up and slowing down effects.
SRC provides a small set of converters to allow quality to be traded off against computation cost. The current best converter provides a signal-to-noise ratio of 97dB with -3dB passband extending from DC to 96% of the theoretical best bandwidth for a given pair of input and output sample rates.
Since the library has few dependencies beyond that provided by the standard C library, it should compile and work on just about any operating system. It is know to work on Linux, MacOSX, Win32 and Solaris. With some relatively minor hacking it should also be relatively easy to port it to embedded systems and digital signal processors.
In addition, the library comes with a comprehensive test suite which can validate the performance of the library on new platforms.
Enhancements:
- configure.ac Win32/Makefile.mingw.in
- Add preliminary support for compiling on Win32 using MinGW.
- configure.ac
- Bump version to 0.1.2.
- Add --enable-gcc-werror configure option.
- examples/sndfile-resample.c tests/src-evaluate.c
- Use ISO C standard function remove instead of unlink.
- Win32/Makefile.msvc
- Add the top level directory to the include path (for sndfile.h).
Download (0.69MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1577 downloads
Second Life Live CD 5.0.1
Second Life Live CD is a Live CD based on Knoppix, for nvidia graphics cards only. more>>
Second Life Live CD is a Live CD based on Knoppix, for nvidia graphics cards only.
Instructions for use on the CD /index.html
<<lessInstructions for use on the CD /index.html
Download (593MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1169 downloads
mpTcv 0.55
mpTcv is a GUI for LAME to convert MP3 to other bit rates. more>>
mpTcv is a GUI for LAME to convert MP3 to other bit rates. mpTcv lets the user choose a directory to recode to another bit rate.
This is useful for cramming more data onto USB sticks, MP3 players, etc.
<<lessThis is useful for cramming more data onto USB sticks, MP3 players, etc.
Download (0.013MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1210 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
cd player 0.4a
cd player is a really small player for Linux with a curses-like user interface. more>>
cd player is a really small cd player for Linux with a curses-like user interface.
Main features:
- mcdp is a small (maybe the smallest) cd-player for _linux_
- it compiles/runs out off the box
- it can be compiled against dietlibc (~16kb static!)
- working play methods: reapeat cd, repeat track and intro
- since version 0.3a, minimal cddb title download is also included
<<lessMain features:
- mcdp is a small (maybe the smallest) cd-player for _linux_
- it compiles/runs out off the box
- it can be compiled against dietlibc (~16kb static!)
- working play methods: reapeat cd, repeat track and intro
- since version 0.3a, minimal cddb title download is also included
Download (0.029MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1423 downloads
restore CD/DVD 1.06
restore CD/DVD allows you to create a CD or DVD that can be used to backup whole hard disk partitions from any OS. more>>
restore CD/DVD allows you to create a CD or DVD that can be used to backup whole hard disk partitions from any OS and restore them without user interaction.
restore CD/DVD can be used in a manner similar to vendor-provided rescue CDs included with new computers, but with all your own settings.
<<lessrestore CD/DVD can be used in a manner similar to vendor-provided rescue CDs included with new computers, but with all your own settings.
Download (13.3MB)
Added: 2006-01-04 License: GPL (GNU General Public License) Price:
1396 downloads
Autofs CD Changer 3.1.3
Autofs CD Changer is a patch for autofs. more>>
Autofs CD Changer is a patch for autofs. It automatically changes the slots and remounts cds as needed giving the impression that they are all simultaneously mounted. Its not for much use if you use multisession stuff, but works fine for mp3 lists that span many cds.
<<less Download (0.008MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Phoenix Live CD 2.2.0
Phoenix Live CD is a Physics with Homemade Equipment and Innovative Experiments Live Linux distribution. more>>
Phoenix Live CD is a Physics with Homemade Equipment and Innovative Experiments Live Linux distribution. Booting from the Live CD, based on SLAX, starts a GNU/Linux operating system with several software development tools and scientific computation packages pre-installed.
Put the CD in the drive and reboot the machine. Follow the instructions displayed to start the graphics mode. Hard disk of your PC is not used by default but it can be enabled for saving experimental data.
If you have the Phoenix Interface hardware connected, you can run the phoenix programs from the main menu. You can also write and run your own programs. Compilers and graphics libraries required for developing programs are part of the CD. It is also possible to browse this CD by opening the file index.html.
<<lessPut the CD in the drive and reboot the machine. Follow the instructions displayed to start the graphics mode. Hard disk of your PC is not used by default but it can be enabled for saving experimental data.
If you have the Phoenix Interface hardware connected, you can run the phoenix programs from the main menu. You can also write and run your own programs. Compilers and graphics libraries required for developing programs are part of the CD. It is also possible to browse this CD by opening the file index.html.
Download (373.7MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
923 downloads
SLAX Boot CD 5.1.8
SLAX Boot CD is used to boot SLAX from USB devices on computers which cant boot from USB directly. more>>
SLAX Boot CD is used to boot SLAX from USB devices on computers which cant boot from USB directly. SLAX Boot CD can be also used to boot SLAX from ISO file on disk.
Enhancements:
- added KDE 3.5.4 with Slackware 11 fixes for media:/ URL in konqueror
- probeusb parameter now sleeps delay_use+1 seconds to wait for USB devices
- (this usually defaults to 6 seconds)
- fixed fuse libraries, which were missing in rc1 version
- added newest NTFS-3g beta version, NTFS writing now works, I hope
<<lessEnhancements:
- added KDE 3.5.4 with Slackware 11 fixes for media:/ URL in konqueror
- probeusb parameter now sleeps delay_use+1 seconds to wait for USB devices
- (this usually defaults to 6 seconds)
- fixed fuse libraries, which were missing in rc1 version
- added newest NTFS-3g beta version, NTFS writing now works, I hope
Download (5.0MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1129 downloads
mp3tocd
mp3tocd is simple bash script for burning audio cd from mp3s and oggs. more>>
mp3tocd is simple bash script for burning audio cd from mp3s and oggs. Have fun! - cd into dir with selected mp3s or ogg and just run this script and wait for eject of burned Audio-CD
<<less Download (0.90MB)
Added: 2005-09-26 License: Freeware Price:
846 downloads
CD-Rom Control 3.9
CD-Rom Control is an X Window control panel which eases the use of the cd-rom drive. more>>
CD-Rom Control is an X Window control panel which eases the use of the cd-rom drive. It allows you to mount, eject/umount, the cd-rom drive at the click of a button.Other features include autostart and cd status checking.
This software is provided as is and has been designed for use on a Linux system. If you are using it on a non-Linux system and you find/fix errors please let me know. If you have problems you can contact me and I will try to answer your queries. Once you have the software you may do with it what you will. The only thing I ask is that if you make any changes, add new features,
let me know and e-mail me a copy of it so I can include the new features or changes into the next version.
Tips for installation:
su
make
Next make one of the following depending on which flavour of GUI you want:
make tk
make gtk
make gnome
<<lessThis software is provided as is and has been designed for use on a Linux system. If you are using it on a non-Linux system and you find/fix errors please let me know. If you have problems you can contact me and I will try to answer your queries. Once you have the software you may do with it what you will. The only thing I ask is that if you make any changes, add new features,
let me know and e-mail me a copy of it so I can include the new features or changes into the next version.
Tips for installation:
su
make
Next make one of the following depending on which flavour of GUI you want:
make tk
make gtk
make gnome
Download (0.090MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1181 downloads
GNU CD Input and Control Library 0.78.2
The GNU Compact Disc Input and Control library encapsulates CD-ROM reading and control for applications wishing to be oblivious. more>>
GNU CD Input and Control Library (libcdio) encapsulates CD-ROM reading and control. The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library.
Some support for on-disk CD-image types like CDRWINs BIN/CUE format, cdrdaos TOC format, and Neros NRG format is available. Therefore, applications that use this library also have the ability to read on-disk CD images as though they were CDs.
A library for working with ISO-9660 filesystems (libiso9660) is included. A generic interface for issuing MMC (multimedia commands) is also part of the libcdio library.
The cdparanoia library and cdparanoia command are included making this the only single-source cdparanoia that works on FreeBSD, cygwin, Solaris, BSDI as well as GNU/Linux.
Some uses of the library:
- Video CD authoring and ripping tools VCDImager
- VCD and/or CD-DA plugins for media players:
xine
videolans vlc.
gmerlin.
mplayerxp.
- kiso, a KDE GUI for creating, extracting and editing ISO 9660 images
- a Samba vfs module that that allows exporting a CD without mounting it
Utility programs in the libcdio package are:
cd-info
a program which displays CD information: number of tracks, CD-format and if possible basic information about the format. If libcddb is available, the cd-info program will display CDDB matches on CD-DA discs. And if a new enough version of libvcdinfo is available (from the vcdimager project), then cd-info shows basic VCD information.
cd-drive
a program which decribes CD-ROM/DVD drive characteristics
cd-paranoia
a program for extracting audio from a CD in a jitter- and error-tolerant way.
cd-read
a program for performing low-level block reading of a CD or CD image
cdda-player
a curses program using the audio controls to play a CD-DA through the audio output port.
iso-info
a program for displaying ISO-9660 information from an ISO-9660 image
iso-read
a program for extracting files from an ISO-9660 image.
Enhancements:
- A minor compilation problem was fixed.
<<lessSome support for on-disk CD-image types like CDRWINs BIN/CUE format, cdrdaos TOC format, and Neros NRG format is available. Therefore, applications that use this library also have the ability to read on-disk CD images as though they were CDs.
A library for working with ISO-9660 filesystems (libiso9660) is included. A generic interface for issuing MMC (multimedia commands) is also part of the libcdio library.
The cdparanoia library and cdparanoia command are included making this the only single-source cdparanoia that works on FreeBSD, cygwin, Solaris, BSDI as well as GNU/Linux.
Some uses of the library:
- Video CD authoring and ripping tools VCDImager
- VCD and/or CD-DA plugins for media players:
xine
videolans vlc.
gmerlin.
mplayerxp.
- kiso, a KDE GUI for creating, extracting and editing ISO 9660 images
- a Samba vfs module that that allows exporting a CD without mounting it
Utility programs in the libcdio package are:
cd-info
a program which displays CD information: number of tracks, CD-format and if possible basic information about the format. If libcddb is available, the cd-info program will display CDDB matches on CD-DA discs. And if a new enough version of libvcdinfo is available (from the vcdimager project), then cd-info shows basic VCD information.
cd-drive
a program which decribes CD-ROM/DVD drive characteristics
cd-paranoia
a program for extracting audio from a CD in a jitter- and error-tolerant way.
cd-read
a program for performing low-level block reading of a CD or CD image
cdda-player
a curses program using the audio controls to play a CD-DA through the audio output port.
iso-info
a program for displaying ISO-9660 information from an ISO-9660 image
iso-read
a program for extracting files from an ISO-9660 image.
Enhancements:
- A minor compilation problem was fixed.
Download (1.7MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
949 downloads
Other version of GNU CD Input and Control Library
License:GPL (GNU General Public License)
License:GPL (GNU General Public License)
GroundWork Monitor Open Source 5.1.0-2 (Bootable CD)
GroundWork Monitor Open Source is a complete availability monitoring solution. more>>
GroundWork Monitor Open Source is a complete availability monitoring solution that ensures IT infrastructure uptime while identifying issues before they become real problems.
Unifies best-of-breed open source tools - Nagios*, Nmap, SNMP TT, PHP, Apache, MySQL and more — through PHP/AJAX-based components and an integrated user interface to deliver the extensible functionality you require.
<<lessUnifies best-of-breed open source tools - Nagios*, Nmap, SNMP TT, PHP, Apache, MySQL and more — through PHP/AJAX-based components and an integrated user interface to deliver the extensible functionality you require.
Download (627MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
849 downloads
Phantomix Live CD 4.0.2
Phantomix is a Knoppix based Operating System running on a CD drive without using the hard drive. more>>
Phantomix is a Knoppix based Operating System running on a CD drive without using the hard drive.
Phantomix Live CD is configured to use the Tor and Privoxy software for anonymous internet communication.
Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications for your safety and security.
Known Issues:
- compared to direct internet connection, browsing is slow
- due to ad and junk filtering some sites may not work as expected (googlemail, ezboard)
- sometimes pages have to be reloaded very often until they are displayed correctly.
<<lessPhantomix Live CD is configured to use the Tor and Privoxy software for anonymous internet communication.
Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications for your safety and security.
Known Issues:
- compared to direct internet connection, browsing is slow
- due to ad and junk filtering some sites may not work as expected (googlemail, ezboard)
- sometimes pages have to be reloaded very often until they are displayed correctly.
Download (700.2MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
674 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 cd rates 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