cue cutter
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 49
mp3 CUE cutter 0.4.0
mp3 CUE cutter cuts MP3 files according to a .cue file. more>>
mp3cue cuts an input MP3 file according to the information stored in a .cue file (for example multiple tracks of DJ mix), and writes the output to multiple MP3 files.
poc is a mp3 and ogg streamer supporting following protocols:
HTTP (mp3 and ogg)
RTP (RFC 2250) (mp3 only)
RTP (RFC 3119) (mp3 only)
homegrown FEC protocol (mp3 only)
It should work under any POSIX platform, and does not require any additional library. You need a C99 compiler though.
poc is still beta software, ipv6 and ogg support was not tested extensively.
poc includes mp3cue, a mp3 CUE cutter, and mp3cut, a mp3 command-line editing tool.
<<lesspoc is a mp3 and ogg streamer supporting following protocols:
HTTP (mp3 and ogg)
RTP (RFC 2250) (mp3 only)
RTP (RFC 3119) (mp3 only)
homegrown FEC protocol (mp3 only)
It should work under any POSIX platform, and does not require any additional library. You need a C99 compiler though.
poc is still beta software, ipv6 and ogg support was not tested extensively.
poc includes mp3cue, a mp3 CUE cutter, and mp3cut, a mp3 command-line editing tool.
Download (0.094MB)
Added: 2005-09-28 License: Freely Distributable Price:
979 downloads
Cutter 1.03
Cutter is an TCP/IP Connection cutting on Linux Firewalls and Routers. more>>
Cutter is an TCP/IP Connection cutting on Linux Firewalls and Routers.
Cutter is an open source program that uses the FIN-ACK-RST packet technique described above to abort TCP/IP connections routed over the firewall or router on which it is run. It can be called using one of the following four syntaxes.
cutter ip-address
Example: "cutter 10.10.0.45"
Cuts all connections passing through the firewall between any ports on the specified ip-address (either a "private" or "public" address) and any other hosts. This can be used to close down all incoming connections to a particular server, all outgoing connections from a particular client or all outgoing connections to a server.
cutter ip-address port
Example: "cutter 200.1.2.3 80"
Cuts all connections to or from the specified ip-address/port pair. This allows the user to be a little more specific than the previous example and allows targetting of specific services on specific hosts.
cutter ip-address-1 port-1 ip-address-2
Example "cutter 200.1.2.3 22 10.10.0.45"
Cuts all connections between ip-address-2 and ip-address-1/port-1. This allows the user to cut connections between a specified "client" and a particular service on a specified host. Our example closes host 10.10.0.45s SSH connection to server 200.1.2.3.
cutter ip-address-1 port-1 ip-address-2 port-2
Example: "cutter 200.1.2.3 22 10.10.0.45 32451"
Cuts the specific connection between the two ip/port number pairs given.
IMPORTANT WARNING
Cutter has been designed for use as a administrators tool for Linux firewalls. Its use (as is, or modified) for any other purpose is not sanctioned by the author. So - do not use this tool as a parachute, or to dry your cat, chill meat, answer your phone, drive you car, teach your kids to read or attack other peoples computer systems or networks.
This software has been designed for "legal" and "appropriate" use by network security administrators and the like. It has been written as part of a larger Linux firewall project, targetting at controlling traffic from peer-to-peer software such as Kazaa, iMesh and others into and out of a private network. It is not designed as a tool for malicious use and the author in no way sanctions such use.
Users of the software should be aware that its actions are easily detectable using a number of readily available network monitoring tools, and it makes no attempt to disguise its actions. Malicious use of "cutter" could result in a jail sentance in a number of countries around the world.
<<lessCutter is an open source program that uses the FIN-ACK-RST packet technique described above to abort TCP/IP connections routed over the firewall or router on which it is run. It can be called using one of the following four syntaxes.
cutter ip-address
Example: "cutter 10.10.0.45"
Cuts all connections passing through the firewall between any ports on the specified ip-address (either a "private" or "public" address) and any other hosts. This can be used to close down all incoming connections to a particular server, all outgoing connections from a particular client or all outgoing connections to a server.
cutter ip-address port
Example: "cutter 200.1.2.3 80"
Cuts all connections to or from the specified ip-address/port pair. This allows the user to be a little more specific than the previous example and allows targetting of specific services on specific hosts.
cutter ip-address-1 port-1 ip-address-2
Example "cutter 200.1.2.3 22 10.10.0.45"
Cuts all connections between ip-address-2 and ip-address-1/port-1. This allows the user to cut connections between a specified "client" and a particular service on a specified host. Our example closes host 10.10.0.45s SSH connection to server 200.1.2.3.
cutter ip-address-1 port-1 ip-address-2 port-2
Example: "cutter 200.1.2.3 22 10.10.0.45 32451"
Cuts the specific connection between the two ip/port number pairs given.
IMPORTANT WARNING
Cutter has been designed for use as a administrators tool for Linux firewalls. Its use (as is, or modified) for any other purpose is not sanctioned by the author. So - do not use this tool as a parachute, or to dry your cat, chill meat, answer your phone, drive you car, teach your kids to read or attack other peoples computer systems or networks.
This software has been designed for "legal" and "appropriate" use by network security administrators and the like. It has been written as part of a larger Linux firewall project, targetting at controlling traffic from peer-to-peer software such as Kazaa, iMesh and others into and out of a private network. It is not designed as a tool for malicious use and the author in no way sanctions such use.
Users of the software should be aware that its actions are easily detectable using a number of readily available network monitoring tools, and it makes no attempt to disguise its actions. Malicious use of "cutter" could result in a jail sentance in a number of countries around the world.
Download (0.013MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1557 downloads
WAVE Utilities 1.18
WAVE Utilities package contains three programs for dealing with WAVE format audio files. more>>
WAVE Utilities package contains three programs for dealing with WAVE format audio files.
SimplifyWave
The standard permits WAVE format audio files to contain a variety of chunks, such as playlists, cue lists, and padding. A fair amount of software, however, is unable to parse such complex files. This program converts complex WAVE files into the simplest standard-conforming format by stripping out everything other than the obligatory format chunk and the first data chunk. Messages are printed indicating what chunks have been removed.
RepairWave
Some software generates non-conformant files that purport to be WAVE files. They contain a WAVE header but lack the obligatory data chunk id and size information. The audio data immediately follows the header. This program inserts the missing data chunk id and size information and updates the WAVE chunk size information in the header to reflect this.
InfoWave
Extracts information from a RIFF/WAV or RIFX/WAV file and reports on the contents of the file. It shows the size, type, and location of each chunk and gives the encoding of the audio data, its sampling rate, resolution, number of channels and other information. Typical output looks like this:
0: RIFF identifier.
4: chunk size = 38,642 bytes.
8: WAV identifier.
12: format chunk identifier
16: format chunk size = 18 bytes.
20: data format: PCM.
22: one channel (mono).
24: Sampling Rate = 11,025 samples per second.
28: Average Data Rate = 11,025 bytes per second.
32: Bytes_Per_Sample value of 1 indicates 8-bit mono
34: Bits_Per_Sample = 8.
36: chunk id
40: chunk length
44: chunk of type fact (standard) length 4 bytes
48: chunk id
52: chunk length
56: chunk of type data (standard) length 38,591 bytes
amounting to 0 minutes and 3.5 seconds
These programs were originally called SimplifyWav, wavrepair, and wavinfo.
Enhancements:
- The programs have been adapted to run correctly on 64-bit architectures as well as 32-bit architectures.
- They should now compile on systems whose printf does not support thousands separators.
<<lessSimplifyWave
The standard permits WAVE format audio files to contain a variety of chunks, such as playlists, cue lists, and padding. A fair amount of software, however, is unable to parse such complex files. This program converts complex WAVE files into the simplest standard-conforming format by stripping out everything other than the obligatory format chunk and the first data chunk. Messages are printed indicating what chunks have been removed.
RepairWave
Some software generates non-conformant files that purport to be WAVE files. They contain a WAVE header but lack the obligatory data chunk id and size information. The audio data immediately follows the header. This program inserts the missing data chunk id and size information and updates the WAVE chunk size information in the header to reflect this.
InfoWave
Extracts information from a RIFF/WAV or RIFX/WAV file and reports on the contents of the file. It shows the size, type, and location of each chunk and gives the encoding of the audio data, its sampling rate, resolution, number of channels and other information. Typical output looks like this:
0: RIFF identifier.
4: chunk size = 38,642 bytes.
8: WAV identifier.
12: format chunk identifier
16: format chunk size = 18 bytes.
20: data format: PCM.
22: one channel (mono).
24: Sampling Rate = 11,025 samples per second.
28: Average Data Rate = 11,025 bytes per second.
32: Bytes_Per_Sample value of 1 indicates 8-bit mono
34: Bits_Per_Sample = 8.
36: chunk id
40: chunk length
44: chunk of type fact (standard) length 4 bytes
48: chunk id
52: chunk length
56: chunk of type data (standard) length 38,591 bytes
amounting to 0 minutes and 3.5 seconds
These programs were originally called SimplifyWav, wavrepair, and wavinfo.
Enhancements:
- The programs have been adapted to run correctly on 64-bit architectures as well as 32-bit architectures.
- They should now compile on systems whose printf does not support thousands separators.
Download (0.077MB)
Added: 2007-05-13 License: GPL (GNU General Public License) Price:
903 downloads
cue2ogg
cue2ogg is a script to bust up not-so-cute single-file CD rips. more>>
cue2ogg is a script to bust up not-so-cute single-file CD rips. Basically, at least a few people have gotten into the habit of ripping a CD into a CUE file and a lossless format of their choice.
So, youll end up with WAV/CUE, APE/CUE, or FLAC/CUE sets. All the times (and possibly track names) are in the cue file, and all you want is individual tracks you can skip around and listen to.
Inspired by a similar CUE/APE->FLAC converter by HEx, this will give you split Ogg Vorbis tracks from a CUE/lossless set with a simple command:
cue2ogg.py filename.cue
All you need is python, a file to break up, and decoder binaries.
<<lessSo, youll end up with WAV/CUE, APE/CUE, or FLAC/CUE sets. All the times (and possibly track names) are in the cue file, and all you want is individual tracks you can skip around and listen to.
Inspired by a similar CUE/APE->FLAC converter by HEx, this will give you split Ogg Vorbis tracks from a CUE/lossless set with a simple command:
cue2ogg.py filename.cue
All you need is python, a file to break up, and decoder binaries.
Download (0.003MB)
Added: 2006-06-01 License: GPL (GNU General Public License) Price:
714 downloads
xmmsCue 0.0.-4
xmmsCue offers extreme quick access to the audio files. more>>
xmmsCue offers extreme quick access to the audio files.
Textphrases, regular expressions or foldernames limits the tracks to certain files.
Queue or enqueue to the media player. Tested with xmms, but adjustable for other command line supported Players.
With auto cueing function, but depends on infoPipe for xmms. This is a clone of "WinCue for Winamp".
<<lessTextphrases, regular expressions or foldernames limits the tracks to certain files.
Queue or enqueue to the media player. Tested with xmms, but adjustable for other command line supported Players.
With auto cueing function, but depends on infoPipe for xmms. This is a clone of "WinCue for Winamp".
Download (0.017MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1316 downloads
Dictator 0.9.7
Dictator project is a Rapid Serial Visual Presentation (RSVP) on-screen text reader. more>>
Dictator project is a Rapid Serial Visual Presentation (RSVP) on-screen text reader.
Dictator permits faster, easier on-screen reading of text using the method of Rapid Serial Visual Presentation (RSVP). Features include dynamic text flow, Unicode support, a bookmark manager, customizable Web references, customizable text import filters, fullscreen mode, and more.
The problem with these texts is that reading them on-screen the conventional way is a drag and printing them out is time-consuming, costly, and wasteful. Dictator provides an alternative approach called Rapid Serial Visual Presentation (RSVP) in which words are displayed consecutively in the same place at a user-controllable rate.
This method prevents unconscious re-reading of adjacent text and decreases the tendency of the reader to oralise the text, allowing for increased reading speeds. RSVP also permits the use of larger fonts for text display which improves text clarity. While it does take some getting used to, with a little practise you may find that reading with Dictator becomes faster and easier than reading from a book.
Main features:
- Rapid Serial Visual Presentation (RSVP) text file reading.
- Single word and multiword displays.
- Unicode support (with Unicode versions of wxPython only).
- Variable reading rate.
- Easy keyboard controls.
- Bookmark manager with automatic recall of last position in text.
- Dynamic text flow (rate related to word length, punctuation).
- Paragraph cues.
- Adjustable fonts and colours.
- Fullscreen mode.
- Text search.
- Customisable text filters allow scraping from PDF/html/Microsoft Word Documents.
- Customisable web queries on current word (e.g. look up definition).
- Open from clipboard.
- Open URL (via text filter only).
<<lessDictator permits faster, easier on-screen reading of text using the method of Rapid Serial Visual Presentation (RSVP). Features include dynamic text flow, Unicode support, a bookmark manager, customizable Web references, customizable text import filters, fullscreen mode, and more.
The problem with these texts is that reading them on-screen the conventional way is a drag and printing them out is time-consuming, costly, and wasteful. Dictator provides an alternative approach called Rapid Serial Visual Presentation (RSVP) in which words are displayed consecutively in the same place at a user-controllable rate.
This method prevents unconscious re-reading of adjacent text and decreases the tendency of the reader to oralise the text, allowing for increased reading speeds. RSVP also permits the use of larger fonts for text display which improves text clarity. While it does take some getting used to, with a little practise you may find that reading with Dictator becomes faster and easier than reading from a book.
Main features:
- Rapid Serial Visual Presentation (RSVP) text file reading.
- Single word and multiword displays.
- Unicode support (with Unicode versions of wxPython only).
- Variable reading rate.
- Easy keyboard controls.
- Bookmark manager with automatic recall of last position in text.
- Dynamic text flow (rate related to word length, punctuation).
- Paragraph cues.
- Adjustable fonts and colours.
- Fullscreen mode.
- Text search.
- Customisable text filters allow scraping from PDF/html/Microsoft Word Documents.
- Customisable web queries on current word (e.g. look up definition).
- Open from clipboard.
- Open URL (via text filter only).
Download (MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1010 downloads
XScanMaster 0.6
XScanMaster is a program to control lights using DMX512. more>>
XScanMaster is a program to control intelligent lights using DMX512, based on the fixture library from GrandMA-firmware. The DMX512 output is done using DMX4Linux, which offers support for most common interfaces and many DMX512 lines.
Also included are functions to control fixtures movements in calibrated reference environments. More than one reference setting can be added to any fixture, and any fixture can be selected to run in one of its reference environments or not.
In the environment the user can control the fixture in different coordinate systems. Sceens and cues can be recorded on a fixture:feature base.
Both can be included in other sceens or cues. Playing sceens/cues can be done from one or more "replay units"; each replay unit can run any program at a given speed (beatcounters are included).
<<lessAlso included are functions to control fixtures movements in calibrated reference environments. More than one reference setting can be added to any fixture, and any fixture can be selected to run in one of its reference environments or not.
In the environment the user can control the fixture in different coordinate systems. Sceens and cues can be recorded on a fixture:feature base.
Both can be included in other sceens or cues. Playing sceens/cues can be done from one or more "replay units"; each replay unit can run any program at a given speed (beatcounters are included).
Download (0.19MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1648 downloads
CDemu 0.8
CDemu is a kernel module for Linux that can simulate a CD drive. more>>
CDemu is a kernel module for Linux. It is designed to simulate a CD drive + CD with just simple cue/bin files, which are pretty common in the Windows world.
You can use it to watch an SVCD or mount the data track of an bin/cue. However, for watching an SVCD, we would recommend MPlayer which can play bin/cue images directly with the patch a friend and I made for it (more under History).
Status:
- Using CDemu on multi user systems should be safe now. Any user can mount an image in an empty CDemu slot while only the user (and root) can unmount a slot that is already in use.
- Many users have reported SMP issues (varying from lock ups to very poor performance). Weve had an user send us a threading patch to avoid locking issues, but it is 2.4-centric. So, before it can be added to CVS, it needs to be generalized to support 2.4 and 2.6. Unfortunately, none of the CDemu developers have access to SMP systems so the best testing we can do involves it looks good :). CDemu-0.6 final should resolve these issues.
- Looking ahead: CDemu was first created to support bin/cue images. Ideally, wed like to be able to support Nero (.nrg), Disc Juggler (.cdi), Clone CD (.ccd), etc... Anyone with spare time and spare patches would be appreciated.
Installation:
The install is quite simple:
extract the archive (release tarball):
$ tar -jxvf cdemu- .tar.bz2
checkout the code from cvs:
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cdemu co -P cdemu
you need the source of your current running kernel.
/lib/modules/$(shell uname -r)/build/include needs to point at it.
build the module:
$ make
install the module and user space utilities:
$ sudo make install
now simply load the kernel module:
$ sudo modprobe cdemu
(no message should be displayed after running modprobe)
to load a bin/cue image:
$ cdemu 0 image.cue
$ mount /dev/cdemu/0 /mnt/cdrom
(some things may be different on your system, YMMV)
for more information, please review the help output:
$ cdemu -h
Enhancements:
- This version only supports kernel versions 2.6.16 and higher.
- The 2.4 series is no longer supported.
- cdemu now has file access like in a loop module.
- It should now work on amd64 and SMP systems.
- Support for .iso, .mds, .ccd, and .nrg images was added.
- Some documentation was added.
- Bugfixes were made.
<<lessYou can use it to watch an SVCD or mount the data track of an bin/cue. However, for watching an SVCD, we would recommend MPlayer which can play bin/cue images directly with the patch a friend and I made for it (more under History).
Status:
- Using CDemu on multi user systems should be safe now. Any user can mount an image in an empty CDemu slot while only the user (and root) can unmount a slot that is already in use.
- Many users have reported SMP issues (varying from lock ups to very poor performance). Weve had an user send us a threading patch to avoid locking issues, but it is 2.4-centric. So, before it can be added to CVS, it needs to be generalized to support 2.4 and 2.6. Unfortunately, none of the CDemu developers have access to SMP systems so the best testing we can do involves it looks good :). CDemu-0.6 final should resolve these issues.
- Looking ahead: CDemu was first created to support bin/cue images. Ideally, wed like to be able to support Nero (.nrg), Disc Juggler (.cdi), Clone CD (.ccd), etc... Anyone with spare time and spare patches would be appreciated.
Installation:
The install is quite simple:
extract the archive (release tarball):
$ tar -jxvf cdemu- .tar.bz2
checkout the code from cvs:
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cdemu co -P cdemu
you need the source of your current running kernel.
/lib/modules/$(shell uname -r)/build/include needs to point at it.
build the module:
$ make
install the module and user space utilities:
$ sudo make install
now simply load the kernel module:
$ sudo modprobe cdemu
(no message should be displayed after running modprobe)
to load a bin/cue image:
$ cdemu 0 image.cue
$ mount /dev/cdemu/0 /mnt/cdrom
(some things may be different on your system, YMMV)
for more information, please review the help output:
$ cdemu -h
Enhancements:
- This version only supports kernel versions 2.6.16 and higher.
- The 2.4 series is no longer supported.
- cdemu now has file access like in a loop module.
- It should now work on amd64 and SMP systems.
- Support for .iso, .mds, .ccd, and .nrg images was added.
- Some documentation was added.
- Bugfixes were made.
Download (0.022MB)
Added: 2006-08-13 License: GPL (GNU General Public License) Price:
1196 downloads
BinChunker 1.2.0
bchunk is a CD image format converter from BIN/CUE to ISO/CDR tracks. more>>
BinChunker converts a CD image in a ".bin / .cue" format (sometimes ".raw / .cue") to a set of .iso and .cdr tracks.
The bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs. A lot of CD/VCD images distributed on the Internet are in BIN/CUE format, Ive been told.
This is a Unix/C rewrite of the fine BinChunker software. The non-Unix version of BinChunker has been obsoleted by the CD-R/W burning software FireBurner, which can be found at www.fireburner.com.
FireBurner does a lot more than BinChunker did, but can be used to do exactly the same even without a burner device installed. Thanks go to Bob Marietta , the author of BinChunker, for the extensive help, documentation and letting me look at his Pascal/Delphi source code!
The .iso track contains an ISO file system, which can be mounted through a loop device on Linux systems, or written on a CD-R using cdrecord. The .cdr tracks are in the native CD audio format. They can be either written on a CD-R using cdrecord -audio, or converted to WAV (or any other sound format for that matter) using sox. bchunk 1.1.0 can also output audio tracks in WAV format.
bchunk compiles and runs on any host with an ANSI C compiler, and somewhat POSIX.1 compliant environment. It has been tested on the following platforms:
- Linux 2.0, i686, glibc 2.0.7, gcc 2.7.2.3 (RedHat 5.1)
- Linux 2.2, i686, glibc 2.1.1, egcs 1.1.2 (RedHat 6.0)
- Linux 2.4, i686, glibc 2.2, gcc 2.96 (RedHat 7.0)
- Linux 2.6, i686, glibc 2.3, gcc 3.2.2 (RedHat 9.0)
- Solaris 2.5.1, SPARC, gcc 2.7.2
- Solaris 2.6, SPARC, gcc 2.8.1
- Digital Unix 4.0c, Alpha, DEC C V5.2-033
- SGI IRIX 6.5.7m, MIPS R4600 IP22, gcc 2.95.2
- Mac OS X 10.1.4, gcc 2.95.2
OpenBSD, FreeBSD and NetBSD all have a port of bchunk available in their respective archives for a very good set of hardware platforms.
Enhancements:
- Included a man page patch from the openbsd port of bchunk (adding a note about ISO/VCD), and s/ISO9110/ISO9660/. The changes were for openbsd by Dave Watson .
- Patch from Matthew Green for a new option -r, which makes binchunker output MODE2/2352 tracks in raw format, from offset 0 for 2352 bytes.
<<lessThe bin/cue format is used by some popular non-Unix cd-writing software, but is not supported on most other CD burning programs. A lot of CD/VCD images distributed on the Internet are in BIN/CUE format, Ive been told.
This is a Unix/C rewrite of the fine BinChunker software. The non-Unix version of BinChunker has been obsoleted by the CD-R/W burning software FireBurner, which can be found at www.fireburner.com.
FireBurner does a lot more than BinChunker did, but can be used to do exactly the same even without a burner device installed. Thanks go to Bob Marietta , the author of BinChunker, for the extensive help, documentation and letting me look at his Pascal/Delphi source code!
The .iso track contains an ISO file system, which can be mounted through a loop device on Linux systems, or written on a CD-R using cdrecord. The .cdr tracks are in the native CD audio format. They can be either written on a CD-R using cdrecord -audio, or converted to WAV (or any other sound format for that matter) using sox. bchunk 1.1.0 can also output audio tracks in WAV format.
bchunk compiles and runs on any host with an ANSI C compiler, and somewhat POSIX.1 compliant environment. It has been tested on the following platforms:
- Linux 2.0, i686, glibc 2.0.7, gcc 2.7.2.3 (RedHat 5.1)
- Linux 2.2, i686, glibc 2.1.1, egcs 1.1.2 (RedHat 6.0)
- Linux 2.4, i686, glibc 2.2, gcc 2.96 (RedHat 7.0)
- Linux 2.6, i686, glibc 2.3, gcc 3.2.2 (RedHat 9.0)
- Solaris 2.5.1, SPARC, gcc 2.7.2
- Solaris 2.6, SPARC, gcc 2.8.1
- Digital Unix 4.0c, Alpha, DEC C V5.2-033
- SGI IRIX 6.5.7m, MIPS R4600 IP22, gcc 2.95.2
- Mac OS X 10.1.4, gcc 2.95.2
OpenBSD, FreeBSD and NetBSD all have a port of bchunk available in their respective archives for a very good set of hardware platforms.
Enhancements:
- Included a man page patch from the openbsd port of bchunk (adding a note about ISO/VCD), and s/ISO9110/ISO9660/. The changes were for openbsd by Dave Watson .
- Patch from Matthew Green for a new option -r, which makes binchunker output MODE2/2352 tracks in raw format, from offset 0 for 2352 bytes.
Download (0.019MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
991 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)
UltraMixer 2.0.11
UltraMixer is a DJ-Mixing-Software which enables you to mix digital music in various formats. more>>
UltraMixer is a DJ-Mixing-Software which enables you to mix digital music in various formats such as MP3, OGG, WAV, WMA or CDs in real time.
All you need is a sound card. The DJs turntables are replaced by two digital SoundPlayers, the "vinyls" are available within seconds through the integrated FileArchive.
UltraMixer is also perfectly suited for the use as virtual jukebox in restaurants, hair studios or medical surgeries. UltraMixer is freely available (freeware*).
Main features:
- MP3,WMA,OGG,CD,WAV,FLAC,ASF,MIDI,XM,IT,MOD,...
- Online CD-title query (CDDB)
- Monitoring over headhones
- Multi-soundcard support
- 3 Band EQEmphasize element in the screenshot
- Volume CrossfaderEmphasize element in the screenshot
- Adjustable fading modesEmphasize element in the screenshot
- Automatic mixingEmphasize element in the screenshot
- BPM Counter
- Reverse Play
- Pitch (-/+ 50%)Emphasize element in the screenshot
- TalkoverEmphasize element in the screenshot
- Keyboard and MIDI control
- Support of the Hercules DJ Console
- Database-driven file archiveEmphasize element in the screenshot
- Unlimited number of cue points
- User-friendly user interface
- Support of skinning for the user interface
- Automatic update function
<<lessAll you need is a sound card. The DJs turntables are replaced by two digital SoundPlayers, the "vinyls" are available within seconds through the integrated FileArchive.
UltraMixer is also perfectly suited for the use as virtual jukebox in restaurants, hair studios or medical surgeries. UltraMixer is freely available (freeware*).
Main features:
- MP3,WMA,OGG,CD,WAV,FLAC,ASF,MIDI,XM,IT,MOD,...
- Online CD-title query (CDDB)
- Monitoring over headhones
- Multi-soundcard support
- 3 Band EQEmphasize element in the screenshot
- Volume CrossfaderEmphasize element in the screenshot
- Adjustable fading modesEmphasize element in the screenshot
- Automatic mixingEmphasize element in the screenshot
- BPM Counter
- Reverse Play
- Pitch (-/+ 50%)Emphasize element in the screenshot
- TalkoverEmphasize element in the screenshot
- Keyboard and MIDI control
- Support of the Hercules DJ Console
- Database-driven file archiveEmphasize element in the screenshot
- Unlimited number of cue points
- User-friendly user interface
- Support of skinning for the user interface
- Automatic update function
Download (7.4MB)
Added: 2007-02-25 License: Freeware Price:
1740 downloads
xmms-cueinfo 0.2.0
xmms-cueinfo is a plugin for XMMS that adds support for reading cue files. more>>
xmms-cueinfo is a plugin for XMMS that adds support for reading cue files. Cue files describe what tracks a single audio file contains, including performer and title information.
This makes it possible to rip a full CD into a single audio file. (The reason people do this is because of the audible gaps that occur when the software switches between two files.
However, these gaps are generally shorter in unix-based operating systems than in Windows due to the simpler file I/O subsystem. There are also no-gap plugins for many players now, so there arent really any good reasons for ripping CDs like this nowadays.) xmms-cueinfo also makes it easy to seek to each track mentioned in the cue file.
<<lessThis makes it possible to rip a full CD into a single audio file. (The reason people do this is because of the audible gaps that occur when the software switches between two files.
However, these gaps are generally shorter in unix-based operating systems than in Windows due to the simpler file I/O subsystem. There are also no-gap plugins for many players now, so there arent really any good reasons for ripping CDs like this nowadays.) xmms-cueinfo also makes it easy to seek to each track mentioned in the cue file.
Download (0.010MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1304 downloads
TargetAlert 0.8.9.8
TargetAlert is a Firefox extension that provides a visual cue for the destination of a hyperlink. more>>
TargetAlert is a Firefox extension that provides a visual cue for the destination of a hyperlink by appending a link with an icon that shows what type of file it leads to, or the effects it may have, such as opening a new window or leaving a secure site.
Icons can be set to appear only when mousing over a link (default), or they may be added to links automatically when the page loads. TargetAlert makes it easier to locate links to important document types while also providing warnings for links with undesired effects.
Supported locales: cs-CZ, de-DE, en-US, es-ES, fr-FR, it-IT, nl-NL, pl-PL, pt-BR, ru-RU.
<<lessIcons can be set to appear only when mousing over a link (default), or they may be added to links automatically when the page loads. TargetAlert makes it easier to locate links to important document types while also providing warnings for links with undesired effects.
Supported locales: cs-CZ, de-DE, en-US, es-ES, fr-FR, it-IT, nl-NL, pl-PL, pt-BR, ru-RU.
Download (0.065MB)
Added: 2007-06-19 License: MPL (Mozilla Public License) Price:
857 downloads
Tk::Image::Cut 0.07
Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. more>>
Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures.
SYNOPSIS
use Tk::Image::Cut;
my $mw = MainWindow->new();
$mw->title("Picture-Cutter");
$mw->geometry("+5+5");
my $cut = $mw->Cut()->grid();
$mw->Button(
-text => "Exit",
-command => sub { exit(); },
)->grid();
for(qw/
ButtonSelectImage
LabelShape
bEntryShape
ButtonColor
LabelWidthOut
EntryWidthOut
LabelHeightOut
EntryHeightOut
ButtonIncrease
ButtonReduce
LabelNameOut
EntryNameOut
ButtonCut
/)
{
$cut->Subwidget($_)->configure(
-font => "{Times New Roman} 10 {bold}",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
EntryNameOut
Canvas
/)
{
$cut->Subwidget($_)->configure(
-background => "#FFFFFF",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
/)
{
$cut->Subwidget($_)->configure(
-width => 6,
);
}
$cut->Subwidget("EntryNameOut")->configure(
-width => 40,
);
$cut->Subwidget("Canvas")->configure(
-width => 1000,
-height => 800,
);
MainLoop();
Perl extension for a graphic user interface to cut pictures. The module is a mixed widget from Buttons, Labels, BrowseEntry, Entrys and Canvas widgets.
I hope the graphic user interface is simple enough to be understood without great declarations.
It can be used as an independent application or just like how any other widget. Try out the test.pl program.You can select between four cutting forms.
"rectangle", "oval", "circle" or "polygon"
In order to cut out pictures in circular form or ovally click with the left mouse button onto the upper left corner and hold the button pressed while the mouse is moved.
In order to cut pictures in polygon form you click with the left mouse button on the first point and draw the mouse to the next point. If you have drawn the last point you click with the right mouse button.
You can use all standard widget options.
<<lessSYNOPSIS
use Tk::Image::Cut;
my $mw = MainWindow->new();
$mw->title("Picture-Cutter");
$mw->geometry("+5+5");
my $cut = $mw->Cut()->grid();
$mw->Button(
-text => "Exit",
-command => sub { exit(); },
)->grid();
for(qw/
ButtonSelectImage
LabelShape
bEntryShape
ButtonColor
LabelWidthOut
EntryWidthOut
LabelHeightOut
EntryHeightOut
ButtonIncrease
ButtonReduce
LabelNameOut
EntryNameOut
ButtonCut
/)
{
$cut->Subwidget($_)->configure(
-font => "{Times New Roman} 10 {bold}",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
EntryNameOut
Canvas
/)
{
$cut->Subwidget($_)->configure(
-background => "#FFFFFF",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
/)
{
$cut->Subwidget($_)->configure(
-width => 6,
);
}
$cut->Subwidget("EntryNameOut")->configure(
-width => 40,
);
$cut->Subwidget("Canvas")->configure(
-width => 1000,
-height => 800,
);
MainLoop();
Perl extension for a graphic user interface to cut pictures. The module is a mixed widget from Buttons, Labels, BrowseEntry, Entrys and Canvas widgets.
I hope the graphic user interface is simple enough to be understood without great declarations.
It can be used as an independent application or just like how any other widget. Try out the test.pl program.You can select between four cutting forms.
"rectangle", "oval", "circle" or "polygon"
In order to cut out pictures in circular form or ovally click with the left mouse button onto the upper left corner and hold the button pressed while the mouse is moved.
In order to cut pictures in polygon form you click with the left mouse button on the first point and draw the mouse to the next point. If you have drawn the last point you click with the right mouse button.
You can use all standard widget options.
Download (0.030MB)
Added: 2006-07-28 License: Perl Artistic License Price:
1188 downloads
Audio::Cuefile::Parser 0.01
Audio::Cuefile::Parser is a Perl module for audio cuefile parser. more>>
Audio::Cuefile::Parser is a Perl module for audio cuefile parser.
SYNOPSIS
Class to parse a cuefile and access the chewy, nougat centre. Returns Audio::Cuefile::Parser::Track objects.
USAGE:
use Audio::Cuefile::Parser;
my $filename = filename.cue;
my $cue = Audio::Cuefile::Parser->new($filename);
my ($audio_file, $cd_performer, $cd_title) = ($cue->file, $cue->performer, $cue->title);
foreach my $track ($cue->tracks) {
my ($position, $index, $performer, $title) =
($track->position, $track->index, $track->performer, $track->title);
print "$position $index $performer $title";
}
<<lessSYNOPSIS
Class to parse a cuefile and access the chewy, nougat centre. Returns Audio::Cuefile::Parser::Track objects.
USAGE:
use Audio::Cuefile::Parser;
my $filename = filename.cue;
my $cue = Audio::Cuefile::Parser->new($filename);
my ($audio_file, $cd_performer, $cd_title) = ($cue->file, $cue->performer, $cue->title);
foreach my $track ($cue->tracks) {
my ($position, $index, $performer, $title) =
($track->position, $track->index, $track->performer, $track->title);
print "$position $index $performer $title";
}
Download (0.004MB)
Added: 2006-06-23 License: Perl Artistic License Price:
1219 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 cue cutter 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