flac
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 120
FLAC 1.1.4
FLAC stands for Free Lossless Audio Codec. more>>
FLAC is Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see supported devices) just like you would an MP3 file.
FLAC is freely available and supported on most operating systems, including Windows, "unix" (Linux, *BSD, Solaris, OS X, IRIX), BeOS, OS/2, and Amiga. There are build systems for autotools, MSVC, Watcom C, and Project Builder.
The FLAC project consists of:
the stream format
reference encoders and decoders in library form
flac, a command-line program to encode and decode FLAC files
metaflac, a command-line metadata editor for FLAC files
input plugins for various music players
When we say that FLAC is "Free" it means more than just that it is available at no cost. It means that the specification of the format is fully open to the public to be used for any purpose (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any known patent. It also means that all the source code is available under open-source licenses. It is the first truly open and free lossless audio format.
Main features:
- Lossless: The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.
- Fast: FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardware.
- Hardware support: Because of FLACs free reference implementation and low decoding complexity, FLAC is currently the only lossless codec that has any kind of hardware support.
- Streamable: Each FLAC frame contains enough data to decode that frame. FLAC does not even rely on previous or following frames. FLAC uses sync codes and CRCs (similar to MPEG and other formats), which, along with framing, allow decoders to pick up in the middle of a stream with a minimum of delay.
- Seekable: FLAC supports fast sample-accurate seeking. Not only is this useful for playback, it makes FLAC files suitable for use in editing applications.
- Flexible metadata: New metadata blocks can be defined and implemented in future versions of FLAC without breaking older streams or decoders. Currently there are metadata types for tags, cue sheets, and seek tables. Applications can write their own APPLICATION metadata once they register an ID
- Suitable for archiving: FLAC is an open format, and there is no generation loss if you need to convert your data to another format in the future. In addition to the frame CRCs and MD5 signature, flac has a verify option that decodes the encoded stream in parallel with the encoding process and compares the result to the original, aborting with an error if there is a mismatch.
- Convenient CD archiving: FLAC has a "cue sheet" metadata block for storing a CD table of contents and all track and index points. For instance, you can rip a CD to a single file, then import the CDs extracted cue sheet while encoding to yield a single file representation of the entire CD. If your original CD is damaged, the cue sheet can be exported later in order to burn an exact copy.
- Error resistant: Because of FLACs framing, stream errors limit the damage to the frame in which the error occurred, typically a small fraction of a second worth of data. Contrast this with some other lossless codecs, in which a single error destroys the remainder of the stream.
What FLAC is not:
- Lossy. FLAC is intended for lossless compression only, as there are many good lossy formats already, such as Vorbis, MPC, and MP3 (see LAME for an excellent open-source implementation).
- SDMI compliant, et cetera. There is no intention to support any methods of copy protection, which are, for all practical purposes, a complete waste of bits. (Another way to look at it is that since copy protection is futile, it really carries no information, so you might say FLAC already losslessly compresses all possible copy protection information down to zero bits!) Of course, we cant stop what some misguided person does with proprietary metadata blocks, but then again, non-proprietary decoders will skip them anyway.
<<lessThis is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio, and you can play back compressed FLAC files in your favorite player (or your car or home stereo, see supported devices) just like you would an MP3 file.
FLAC is freely available and supported on most operating systems, including Windows, "unix" (Linux, *BSD, Solaris, OS X, IRIX), BeOS, OS/2, and Amiga. There are build systems for autotools, MSVC, Watcom C, and Project Builder.
The FLAC project consists of:
the stream format
reference encoders and decoders in library form
flac, a command-line program to encode and decode FLAC files
metaflac, a command-line metadata editor for FLAC files
input plugins for various music players
When we say that FLAC is "Free" it means more than just that it is available at no cost. It means that the specification of the format is fully open to the public to be used for any purpose (the FLAC project reserves the right to set the FLAC specification and certify compliance), and that neither the FLAC format nor any of the implemented encoding/decoding methods are covered by any known patent. It also means that all the source code is available under open-source licenses. It is the first truly open and free lossless audio format.
Main features:
- Lossless: The encoding of audio (PCM) data incurs no loss of information, and the decoded audio is bit-for-bit identical to what went into the encoder. Each frame contains a 16-bit CRC of the frame data for detecting transmission errors. The integrity of the audio data is further insured by storing an MD5 signature of the original unencoded audio data in the file header, which can be compared against later during decoding or testing.
- Fast: FLAC is asymmetric in favor of decode speed. Decoding requires only integer arithmetic, and is much less compute-intensive than for most perceptual codecs. Real-time decode performance is easily achievable on even modest hardware.
- Hardware support: Because of FLACs free reference implementation and low decoding complexity, FLAC is currently the only lossless codec that has any kind of hardware support.
- Streamable: Each FLAC frame contains enough data to decode that frame. FLAC does not even rely on previous or following frames. FLAC uses sync codes and CRCs (similar to MPEG and other formats), which, along with framing, allow decoders to pick up in the middle of a stream with a minimum of delay.
- Seekable: FLAC supports fast sample-accurate seeking. Not only is this useful for playback, it makes FLAC files suitable for use in editing applications.
- Flexible metadata: New metadata blocks can be defined and implemented in future versions of FLAC without breaking older streams or decoders. Currently there are metadata types for tags, cue sheets, and seek tables. Applications can write their own APPLICATION metadata once they register an ID
- Suitable for archiving: FLAC is an open format, and there is no generation loss if you need to convert your data to another format in the future. In addition to the frame CRCs and MD5 signature, flac has a verify option that decodes the encoded stream in parallel with the encoding process and compares the result to the original, aborting with an error if there is a mismatch.
- Convenient CD archiving: FLAC has a "cue sheet" metadata block for storing a CD table of contents and all track and index points. For instance, you can rip a CD to a single file, then import the CDs extracted cue sheet while encoding to yield a single file representation of the entire CD. If your original CD is damaged, the cue sheet can be exported later in order to burn an exact copy.
- Error resistant: Because of FLACs framing, stream errors limit the damage to the frame in which the error occurred, typically a small fraction of a second worth of data. Contrast this with some other lossless codecs, in which a single error destroys the remainder of the stream.
What FLAC is not:
- Lossy. FLAC is intended for lossless compression only, as there are many good lossy formats already, such as Vorbis, MPC, and MP3 (see LAME for an excellent open-source implementation).
- SDMI compliant, et cetera. There is no intention to support any methods of copy protection, which are, for all practical purposes, a complete waste of bits. (Another way to look at it is that since copy protection is futile, it really carries no information, so you might say FLAC already losslessly compresses all possible copy protection information down to zero bits!) Of course, we cant stop what some misguided person does with proprietary metadata blocks, but then again, non-proprietary decoders will skip them anyway.
Download (1.9MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
994 downloads
flactagger 3.0.0
flactagger is a simple command line tool to tag FLAC files. more>>
flactagger is a simple command line tool to tag FLAC files. flactagger is a tagger, not a tag editor/viewer.
flactagger is free software licenced under the GNU GPL.
<<lessflactagger is free software licenced under the GNU GPL.
Download (0.020MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
845 downloads
Wav and Flac conversion 1
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV. more>>
FLAC is a lossless compression method for audio files. Using it, one is able to reduce the filesize and keep the same audio quality as a regular WAV file (CD quality).
The FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
<<lessThe FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
Download (MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
POE::Component::Enc::Flac 1.01
POE::Component::Enc::Flac is a POE component to wrap FLAC encoder flac. more>>
POE::Component::Enc::Flac is a POE component to wrap FLAC encoder flac.
SYNOPSIS
use POE qw(Component::Enc::Flac);
$encoder1 = POE::Component::Enc::Flac->new();
$encoder1->enc(input => "/tmp/track03.wav");
$encoder2 = POE::Component::Enc::Flac->new(
parent => mainSession,
priority => 10,
compression => best,
status => flacStatus,
error => flacEerror,
warning => flacWarning,
done => flacDone,
);
$encoder2->enc(
input => "/tmp/track02.wav",
output => "/tmp/02.flac",
tracknumber => Track 2,
comment => [
title=Birdhouse in your Soul,
artist=They Might be Giants,
date=1990,
origin=CD,
]
);
POE::Kernel->run();
ABSTRACT
POE is a multitasking framework for Perl. FLAC stands for Free Lossless Audio Codec and flac is an encoder for this standard. This module wraps flac into the POE framework, simplifying its use in, for example, a CD music ripper and encoder application. It provides an object oriented interface.
<<lessSYNOPSIS
use POE qw(Component::Enc::Flac);
$encoder1 = POE::Component::Enc::Flac->new();
$encoder1->enc(input => "/tmp/track03.wav");
$encoder2 = POE::Component::Enc::Flac->new(
parent => mainSession,
priority => 10,
compression => best,
status => flacStatus,
error => flacEerror,
warning => flacWarning,
done => flacDone,
);
$encoder2->enc(
input => "/tmp/track02.wav",
output => "/tmp/02.flac",
tracknumber => Track 2,
comment => [
title=Birdhouse in your Soul,
artist=They Might be Giants,
date=1990,
origin=CD,
]
);
POE::Kernel->run();
ABSTRACT
POE is a multitasking framework for Perl. FLAC stands for Free Lossless Audio Codec and flac is an encoder for this standard. This module wraps flac into the POE framework, simplifying its use in, for example, a CD music ripper and encoder application. It provides an object oriented interface.
Download (0.72MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1219 downloads
flac2mp3 0.2.9 / 0.3.0 RC1
flac2mp3 project is a tool to convert audio files from flac to mp3 format. more>>
flac2mp3 project is a tool to convert audio files from flac to mp3 format.
<<less Download (0.088MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
605 downloads
Audio::TagLib::Ogg::FLAC::File 1.42
Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods. more>>
Audio::TagLib::Ogg::FLAC::File is an implementation of Audio::TagLib::File with Ogg/FLAC specific methods.
SYNOPSIS
use Audio::TagLib::Ogg::FLAC::File;
my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac");
print $i->tag()->album()->toCString(), "n"; # got album
This implements and provides an interface for Ogg/FLAC files to the Audio::TagLib::Tag and Audio::TagLib::AudioProperties interfaces by way of implementing the abstract Audio::TagLib::File API as well as providing some additional information specific to Ogg FLAC files.
new(PV $file, BOOL $readProperties = TRUE, PV $propertiesStyle = "Average")
Contructs an Ogg/FLAC file from $file. If $readProperties is true the files audio properties will also be read using $propertiesStyle. If false, $propertiesStyle is ignored.
DESTROY
Destroys this instance of the File.
XiphComment tag()
Returns the Tag for this file. This will always be a XiphComment.
Properties audioProperties()
Returns the FLAC::Properties for this file. If no audio properties were read then this will return undef.
BOOL save()
Save the file. This will primarily save and update the XiphComment. Returns true if the save is successful.
IV streamLength()
Returns the length of the audio-stream, used by FLAC::Properties for calculating the bitrate.
<<lessSYNOPSIS
use Audio::TagLib::Ogg::FLAC::File;
my $i = Audio::TagLib::Ogg::FLAC::File->new("sample file.flac");
print $i->tag()->album()->toCString(), "n"; # got album
This implements and provides an interface for Ogg/FLAC files to the Audio::TagLib::Tag and Audio::TagLib::AudioProperties interfaces by way of implementing the abstract Audio::TagLib::File API as well as providing some additional information specific to Ogg FLAC files.
new(PV $file, BOOL $readProperties = TRUE, PV $propertiesStyle = "Average")
Contructs an Ogg/FLAC file from $file. If $readProperties is true the files audio properties will also be read using $propertiesStyle. If false, $propertiesStyle is ignored.
DESTROY
Destroys this instance of the File.
XiphComment tag()
Returns the Tag for this file. This will always be a XiphComment.
Properties audioProperties()
Returns the FLAC::Properties for this file. If no audio properties were read then this will return undef.
BOOL save()
Save the file. This will primarily save and update the XiphComment. Returns true if the save is successful.
IV streamLength()
Returns the length of the audio-stream, used by FLAC::Properties for calculating the bitrate.
Download (1.4MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
ALAC 0.1.1
ALAC comes from Apple Lossless Audio Codec, is a reference decoder for Apples lossless audio codec. more>>
ALAC comes from Apple Lossless Audio Codec, is a reference decoder for Apples lossless audio codec. The decoder has been written by reverse engineering Apples proprietory audio format.
Located here is a basic decoder for Apple Lossless Audio Codec files (ALAC). ALAC is a proprietary lossless audio compression scheme. Apple never released any documents on the format.
What I provide here is a C implementation of a decoder, written from reverse engineering the file format. It turns out that most of the algorithms in the codec are fairly well known. ALAC uses an adaptive FIR prediction algorithm and stores the error values using a modified rice or golumb algorithm. Further details are in alac.c.
Although an encoder is not provided, by using the decoder as a sort of specification it should be fairly trivial to write an encoder. By exploiting other lossless audio encoders, such as FLAC, the task will be much easier. Although one wouldnt be able to copy the compression algorithms verbatim, as adaptive compression is used in ALAC and not in FLAC. There are, however, a bunch of academic papers on the issue.
The program located here will not be able to handle all ALAC files, it can only handle mono or stereo files. ALAC allows up to 8 channels. It should be trivial to finish the implementation once I find files that I can test it with. Likewise the decoder only supports 16bit sample sizes. Again, it should be trivial to fix.
The decoder is fairly self explanatory, it can read an ALAC stream from either a file or from stdin, and write it as raw PCM data or as a WAV file to either stdout or a file. In theory one should be able to stream data to the decoder.
Enhancements:
- Supports ALAC files created with newer versions of quicktime, a number of speed optimisations that vastly improve performance, ability to decode m4a files with data before headers and windows improvements.
<<lessLocated here is a basic decoder for Apple Lossless Audio Codec files (ALAC). ALAC is a proprietary lossless audio compression scheme. Apple never released any documents on the format.
What I provide here is a C implementation of a decoder, written from reverse engineering the file format. It turns out that most of the algorithms in the codec are fairly well known. ALAC uses an adaptive FIR prediction algorithm and stores the error values using a modified rice or golumb algorithm. Further details are in alac.c.
Although an encoder is not provided, by using the decoder as a sort of specification it should be fairly trivial to write an encoder. By exploiting other lossless audio encoders, such as FLAC, the task will be much easier. Although one wouldnt be able to copy the compression algorithms verbatim, as adaptive compression is used in ALAC and not in FLAC. There are, however, a bunch of academic papers on the issue.
The program located here will not be able to handle all ALAC files, it can only handle mono or stereo files. ALAC allows up to 8 channels. It should be trivial to finish the implementation once I find files that I can test it with. Likewise the decoder only supports 16bit sample sizes. Again, it should be trivial to fix.
The decoder is fairly self explanatory, it can read an ALAC stream from either a file or from stdin, and write it as raw PCM data or as a WAV file to either stdout or a file. In theory one should be able to stream data to the decoder.
Enhancements:
- Supports ALAC files created with newer versions of quicktime, a number of speed optimisations that vastly improve performance, ability to decode m4a files with data before headers and windows improvements.
Download (0.014MB)
Added: 2005-11-28 License: MIT/X Consortium License Price:
813 downloads
kavenc 0.2
kavenc is a KDE service menu utility to easily convert videos and audio files between various formats. more>>
kavenc is a KDE service menu utility to easily convert videos and audio files between various formats, or to extract audio from video files.
CURRENTLY SUPPORTED VIDEO OUTPUT FORMATS
- 3GP
- MPEG
- PAL-DV
- NTSC-DV
- PAL-DVD
- NTSC-DVD
- PAL-VCD
- NTSC-VCD
- PAL-SVCD
- NTSC-SVCD
- OGG/Theora
- AVI
CURRENTLY SUPPORTED AUDIO OUTPUT FORMATS
- WAV
- Ogg Vorbis
- MP3
- AAC
- M4A (for iPod)
- Flac
<<lessCURRENTLY SUPPORTED VIDEO OUTPUT FORMATS
- 3GP
- MPEG
- PAL-DV
- NTSC-DV
- PAL-DVD
- NTSC-DVD
- PAL-VCD
- NTSC-VCD
- PAL-SVCD
- NTSC-SVCD
- OGG/Theora
- AVI
CURRENTLY SUPPORTED AUDIO OUTPUT FORMATS
- WAV
- Ogg Vorbis
- MP3
- AAC
- M4A (for iPod)
- Flac
Download (0.012MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1101 downloads
abcde 2.2.0
abcde is a better CD encoder. more>>
abcde is a frontend to cdparanoia, wget, cd-discid, id3, and your favorite Ogg Vorbis (the default), MP3, FLAC, Ogg Speex, or MPP (Musepack) encoder.
It grabs an entire CD and converts each track to the desired format, then comments or ID3-tags each file, all with one command.
It supports multiple output in a single CD read, the creation of a single track from a CD, resume operation, CD concatenation, volume normalization, gapless encoding (with LAME), parallelization, SMP, proxies, customizable filename organization and munging, playlist generation, distributed encoding via distmp3, and more.
Enhancements:
- Added support for MPP/MP+(Musepack) encoding. Although I am trying to
get 2.2 for Debian Sarge release, mpc seems safe enough to introduce. See
corecodec.org for code.
- Some POSIX shell corrections (making the code more portable). Thanks to
Guillem Jover for pointing the problem out.
- CDYEAR is also passed to do_move(), so one can use it for sorting the
directories.
- Small MacOS X fix, allowing directories with "()" to work. Thanks to Evan
Jones.
- On the MacOS X, I still do not know if abcde works correctly. If does
not, please, drop a note. Or else.
- DOSPLAYLIST also changes "/" with "".
- DATA tracks are now excluded from the ripping process using internally
the cdparanoia "-Q" query option. If using another ripper, it does not
work (at least there is no support for them in abcde)
(Closes: #112692, #117412).
- New "0" choice for "None of the above" has been introduced. If selected, a
template is created and the user encouraged to edit it (Closes: #147683).
- New options for when the PLAYLIST already exists: erase, append or keep.
- Bug fixes along the code:
- abcde.1 corrections and additions
- abcde corrections and code reorganization. abcde now exits earlier if
some of the options are incompatible. Also the actions are set as
variables earlier, so we use less calls to external tools.
- abcde.conf additions
- The GENRE is munged now in its own mungegenre function, so that no more
upper-to-lowercase is done (forced) except if the default is used.
- Examples added to the tarball and /usr/share/doc/abcde/examples with two
scripts to make abcde kind-of-a ripper daemon.
- Changed to experimental to have an stable 2.1.x version in Sarge.
- Add CDDB information to Ogg/Vorbis and FLAC files (Closes: #265358).
- Added INTERACTIVE option. Set it to "n" and there you go, without user
interaction.
- Changes normalize to normalize-audio (Closes: #267053)
- Copes with wav files being erased by the ripping tool.
- Small patch to support ()s in the path under MacOSX. Thanks to Evan Jones
for noticing and sending the patch.
- Added -w for COMMENT seed. Used to give a comment to a given CD.
- Option "-t " added to modify the numbering from a starting point
(Closes: #95828). Geez! That is low bug number...
- Added -T to modify also the tag entries on the songs. Currently available
for FLAC and Ogg/Vorbis.
- Removes trailing spaces (Closes: #280382).
- TRACKNAME now combines multi-lines from long CDDB entries.
- debian/rules:
- s/dh_installmanpages/dh_installman/
<<lessIt grabs an entire CD and converts each track to the desired format, then comments or ID3-tags each file, all with one command.
It supports multiple output in a single CD read, the creation of a single track from a CD, resume operation, CD concatenation, volume normalization, gapless encoding (with LAME), parallelization, SMP, proxies, customizable filename organization and munging, playlist generation, distributed encoding via distmp3, and more.
Enhancements:
- Added support for MPP/MP+(Musepack) encoding. Although I am trying to
get 2.2 for Debian Sarge release, mpc seems safe enough to introduce. See
corecodec.org for code.
- Some POSIX shell corrections (making the code more portable). Thanks to
Guillem Jover for pointing the problem out.
- CDYEAR is also passed to do_move(), so one can use it for sorting the
directories.
- Small MacOS X fix, allowing directories with "()" to work. Thanks to Evan
Jones.
- On the MacOS X, I still do not know if abcde works correctly. If does
not, please, drop a note. Or else.
- DOSPLAYLIST also changes "/" with "".
- DATA tracks are now excluded from the ripping process using internally
the cdparanoia "-Q" query option. If using another ripper, it does not
work (at least there is no support for them in abcde)
(Closes: #112692, #117412).
- New "0" choice for "None of the above" has been introduced. If selected, a
template is created and the user encouraged to edit it (Closes: #147683).
- New options for when the PLAYLIST already exists: erase, append or keep.
- Bug fixes along the code:
- abcde.1 corrections and additions
- abcde corrections and code reorganization. abcde now exits earlier if
some of the options are incompatible. Also the actions are set as
variables earlier, so we use less calls to external tools.
- abcde.conf additions
- The GENRE is munged now in its own mungegenre function, so that no more
upper-to-lowercase is done (forced) except if the default is used.
- Examples added to the tarball and /usr/share/doc/abcde/examples with two
scripts to make abcde kind-of-a ripper daemon.
- Changed to experimental to have an stable 2.1.x version in Sarge.
- Add CDDB information to Ogg/Vorbis and FLAC files (Closes: #265358).
- Added INTERACTIVE option. Set it to "n" and there you go, without user
interaction.
- Changes normalize to normalize-audio (Closes: #267053)
- Copes with wav files being erased by the ripping tool.
- Small patch to support ()s in the path under MacOSX. Thanks to Evan Jones
for noticing and sending the patch.
- Added -w for COMMENT seed. Used to give a comment to a given CD.
- Option "-t " added to modify the numbering from a starting point
(Closes: #95828). Geez! That is low bug number...
- Added -T to modify also the tag entries on the songs. Currently available
for FLAC and Ogg/Vorbis.
- Removes trailing spaces (Closes: #280382).
- TRACKNAME now combines multi-lines from long CDDB entries.
- debian/rules:
- s/dh_installmanpages/dh_installman/
Download (0.07MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1629 downloads
libmtag 0.2.0
libmtag is a library for music tagging. more>>
libmtag is a library for music tagging.
libmtags objective is to create the most simple yet useful tagging library for music.
It uses taglib as a backend, but provides a more generic API. In the future it might be possible to remove the dependency.
The programming language used is C, but bindings for Ruby and Python are provided.
As taglib, it supports: ID3v1, ID3v2 for MP3 files, Ogg Vorbis and FLAC files.
Enhancements:
- A new CLI application.
- A new get_type method (MP3, Vorbis, FLAC, etc.)
<<lesslibmtags objective is to create the most simple yet useful tagging library for music.
It uses taglib as a backend, but provides a more generic API. In the future it might be possible to remove the dependency.
The programming language used is C, but bindings for Ruby and Python are provided.
As taglib, it supports: ID3v1, ID3v2 for MP3 files, Ogg Vorbis and FLAC files.
Enhancements:
- A new CLI application.
- A new get_type method (MP3, Vorbis, FLAC, etc.)
Download (0.30MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
873 downloads
PACPL-KI 1.0.2
PACPL-KI is a Perl Audio Converter Kommander Interface. more>>
PACPL-KI is a Perl Audio Converter Kommander Interface.
Supported Encode Formats:
mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc, mpp, wv, ofr, ofs, tta, pac, lpac, kxs, wav, aiff, au, snd, raw, voc, smp, avr, cdr, ac3, la, bonk, ra
Supported Decode Formats:
mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc, mpp, wv, ofr, ofs, tta, pac, lpac, kxs, wav, aiff, au, snd, raw, voc, smp, avr, cdr, ac3, la, bonk, wma, ra, ram
Supported video to audio (decode only):
rm, rv, asf, avi, divx,mkv, mpg, mpeg, mov, ogm, qt, vcd, vob, wmv, flv
Main features:
- CD ripping to any of the Supported Encode Formats with CDDB support for naming / tagging, and naming scheme selection.
- Recursive directory conversions.
- Optional directory preservation when recursively converting a directory.
- Optional bitrate/quality selection before encoding via "Encoder Options".
<<lessSupported Encode Formats:
mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc, mpp, wv, ofr, ofs, tta, pac, lpac, kxs, wav, aiff, au, snd, raw, voc, smp, avr, cdr, ac3, la, bonk, ra
Supported Decode Formats:
mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc, mpp, wv, ofr, ofs, tta, pac, lpac, kxs, wav, aiff, au, snd, raw, voc, smp, avr, cdr, ac3, la, bonk, wma, ra, ram
Supported video to audio (decode only):
rm, rv, asf, avi, divx,mkv, mpg, mpeg, mov, ogm, qt, vcd, vob, wmv, flv
Main features:
- CD ripping to any of the Supported Encode Formats with CDDB support for naming / tagging, and naming scheme selection.
- Recursive directory conversions.
- Optional directory preservation when recursively converting a directory.
- Optional bitrate/quality selection before encoding via "Encoder Options".
Download (0.014MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
976 downloads
Liblicense 0.3
Liblicense is a library for managing license metadata, in particular CC licensing information. more>>
Liblicense is a library for managing license metadata, in particular CC licensing information.
The idea of this library started out on the IRC channel, in a discussion on how to best help boost the community of software developers working with things related to CC - mostly the metadata format.
Basically, the idea is to write a portable C library that manages metadata for CC licenses, and a bunch of other licenses of interest to the community.
The library will produce licensing information based on the specifications of calling libraries and programs. In addition to generating text for specific licenses, it will also allow an application to enumerate which licenses are currently available and provide descriptive text for each license, and for license features. It should also provide an easy way to specify "verify at" URLs.
The benefit of this library is that applications linking to it can correctly offer licensing choices, and these choices can be transparently updated through package managers as license versions are updated. Human readable descriptions will also be internationalized, preferably using the same .po files used by the CC web site. Hence liblicense will take advantage of package updating and i18n systems to allow applications to always provide c current and correct licensing choices and license text.
Part of the project is also to provide wrappers for the library for other languages, and to help external developers add metadata support to their projects. A good start will probably be to wrap the library for Python, and use it for ccpublisher.
We will also integrate a module system so that libraries can be used to embed and extract metadata in/from common formats.
As liblicense itself deals only with text strings, we can also make GUI libraries to provide dialogs which present these strings to the user in desktop or web applications. This layering ensures that such dialogs present consistent licensing choices.
Enhancements:
- This is the first version to feature desktop integration.
- It now features Gnome Nautilus integration: licenses are displayed and can be written from within Nautilus.
- The integration also takes advantage of emblems to visibly display files as licensed.
- Additionally, it features new modules supporting reading from and writing licenses to MSOffice (pre-2007), FLAC, Ogg+FLAC, MusePack, and SMIL.
<<lessThe idea of this library started out on the IRC channel, in a discussion on how to best help boost the community of software developers working with things related to CC - mostly the metadata format.
Basically, the idea is to write a portable C library that manages metadata for CC licenses, and a bunch of other licenses of interest to the community.
The library will produce licensing information based on the specifications of calling libraries and programs. In addition to generating text for specific licenses, it will also allow an application to enumerate which licenses are currently available and provide descriptive text for each license, and for license features. It should also provide an easy way to specify "verify at" URLs.
The benefit of this library is that applications linking to it can correctly offer licensing choices, and these choices can be transparently updated through package managers as license versions are updated. Human readable descriptions will also be internationalized, preferably using the same .po files used by the CC web site. Hence liblicense will take advantage of package updating and i18n systems to allow applications to always provide c current and correct licensing choices and license text.
Part of the project is also to provide wrappers for the library for other languages, and to help external developers add metadata support to their projects. A good start will probably be to wrap the library for Python, and use it for ccpublisher.
We will also integrate a module system so that libraries can be used to embed and extract metadata in/from common formats.
As liblicense itself deals only with text strings, we can also make GUI libraries to provide dialogs which present these strings to the user in desktop or web applications. This layering ensures that such dialogs present consistent licensing choices.
Enhancements:
- This is the first version to feature desktop integration.
- It now features Gnome Nautilus integration: licenses are displayed and can be written from within Nautilus.
- The integration also takes advantage of emblems to visibly display files as licensed.
- Additionally, it features new modules supporting reading from and writing licenses to MSOffice (pre-2007), FLAC, Ogg+FLAC, MusePack, and SMIL.
Download (0.44MB)
Added: 2007-08-03 License: LGPL (GNU Lesser General Public License) Price:
812 downloads
BluePlayer 0.66
BluePlayer is a cross-platform, simple, light sound player. more>>
BluePlayer is a cross-platform, simple, light sound player. BluePlayer supports the following file formats: WAV, uncompressed AIFF, Ogg Vorbis, FLAC, MP3, MOD, S3M, IT, and XM.
Main features:
- Cross platform
- Simple Light
- for GUI using FLTK widgets http://www.fltk.org/
- uses a Audiere sound library http://audiere.sourceforge.net/
- Supported file formats: Uncompressed WAV*, Uncompressed AIFF*, Ogg Vorbis*, FLAC*, MP3, MOD, S3M, IT, XM (* supports seeking)
<<lessMain features:
- Cross platform
- Simple Light
- for GUI using FLTK widgets http://www.fltk.org/
- uses a Audiere sound library http://audiere.sourceforge.net/
- Supported file formats: Uncompressed WAV*, Uncompressed AIFF*, Ogg Vorbis*, FLAC*, MP3, MOD, S3M, IT, XM (* supports seeking)
Download (0.60MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1043 downloads
AudConvert 0.52
AudConvert is an application that is designed to take any audio format and convert it to any other audio format. more>>
AudConvert is an application that is designed to take any audio format and convert it to any other audio format.
The idea for AudConvert came from my need to turn my Ogg Vorbis collection into MP3s for portable devices.
Yes, this process sometimes will result in lower quality, but sometimes it must be done.
Main features:
- Input any directory of files, get out the same directory structure (or flat directory) of newly encoded files.
- Multi-threaded: Encode up to 8 files simultaneously.
This is the first release of this software and it needs a lot of testing.
Supported Inputs:
- Ogg Vorbis (oggdec)
- MP3 (mpg123)
- FLAC (flac)
Supported Outputs:
- Ogg Vorbis (oggenc)
- MP3 (lame)
<<lessThe idea for AudConvert came from my need to turn my Ogg Vorbis collection into MP3s for portable devices.
Yes, this process sometimes will result in lower quality, but sometimes it must be done.
Main features:
- Input any directory of files, get out the same directory structure (or flat directory) of newly encoded files.
- Multi-threaded: Encode up to 8 files simultaneously.
This is the first release of this software and it needs a lot of testing.
Supported Inputs:
- Ogg Vorbis (oggdec)
- MP3 (mpg123)
- FLAC (flac)
Supported Outputs:
- Ogg Vorbis (oggenc)
- MP3 (lame)
Download (0.022MB)
Added: 2006-03-11 License: GPL (GNU General Public License) Price:
1322 downloads
Perl Audio Converter 3.3.2
Perl Audio Converter (PAC) is a simple script for converting multiple audio types from one format to another. more>>
Perl Audio Converter (PAC) is a tool for converting multiple audio types from one format to another. It supports MP2, MP3, Ogg Vorbis, FLAC, Shorten, Monkey Audio, FAAC (AAC/M4A/MP4), Musepack (MPC), Wavpack (WV), OptimFrog (OFR/OFS), TTA, LPAC, Kexis (KXS), AIFF, AC3, Lossless Audio (LA), AU, SND, RAW, VOC, SMP, RealAudio (RA/RAM), WAV, and WMA.
It can also convert audio from the following video formats/extensions: RM, RV, ASF, DivX, MPG, MKV, MPEG, AVI, MOV, OGM, QT, VCD, VOB, and WMV. A CD ripping function with CDDB support, batch and playlist conversion, tag preservation for most supported formats, independent tag reading/writing, and extensions for Konqueror and amaroK is also provided.
Enhancements:
- Added: MP4::Info dependency IO::String to pacpl-install
- Updated: License GPLv3
- Bug Fix: Directory conversions. pacpl was claiming the directory was empty and prompting to use the --recursive option...Thanks to John Meyer for the report.
<<lessIt can also convert audio from the following video formats/extensions: RM, RV, ASF, DivX, MPG, MKV, MPEG, AVI, MOV, OGM, QT, VCD, VOB, and WMV. A CD ripping function with CDDB support, batch and playlist conversion, tag preservation for most supported formats, independent tag reading/writing, and extensions for Konqueror and amaroK is also provided.
Enhancements:
- Added: MP4::Info dependency IO::String to pacpl-install
- Updated: License GPLv3
- Bug Fix: Directory conversions. pacpl was claiming the directory was empty and prompting to use the --recursive option...Thanks to John Meyer for the report.
Download (0.12MB)
Added: 2007-07-07 License: GPL v3 Price:
526 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 flac 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