flac
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 500
FLAC 1.2.1b
A compression tool for audio files, similar to mp3 format more>>
A compression tool for audio files, similar to mp3 format FLAC stands for Free Lossless Audio Codec being in fact similar to the MP3 format but lossless, which means 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 links to the right for 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
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.
<<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 links to the right for 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
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.
Download (2.61MB)
Added: 2007-09-18 License: Freeware Price:
804 downloads
Other version of FLAC
License:Freeware
FLAC 1.2.1 b
FLAC stands out as the fastest and most widely supported lossless audio codec. more>> FLAC stands for Free Lossless Audio Codec, an audio format 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 stands out as the fastest and most widely supported lossless audio codec, and the only one that at once is non-proprietary, is unencumbered by patents, has an open-source reference implementation, has a well documented format and API, and has several other independent implementations.
See About FLAC for more, or Using FLAC for how to play FLAC files, rip CDs to FLAC, etc.<<less
Download (2.60MB)
Added: 2008-02-19 License: Freeware Price: Free
404 downloads
madFLAC 1.8
madFLAC is a DirectShow decoder filter for FLAC files. more>> It should work with any FLAC files you can throw at it and give out bit perfect results. Supported are both external standalone FLAC files and FLAC tracks inside of containers (e.g. MKV).<<less
Download (387KB)
Added: 2008-09-09 License: Freeware Price:
414 downloads
FLAC Comment Editor 1.1.0
FLAC Comment Editor is a simple tool designed to help you add comments to a flac file more>>
FLAC Comment Editor is a simple tool designed to help you add comments to a flac file As you can see, it supports Unicode. The "Freeze values" checkbox makes it so that the textboxes arent changed when you load a file, which is useful for tagging a whole album (you only have to change the title and track number each time).
FLAC Comment Editor is a simple tool designed to help you add comments to a flac file.
System requirements:
- NET Framework 1.1
<<lessFLAC Comment Editor is a simple tool designed to help you add comments to a flac file.
System requirements:
- NET Framework 1.1
Download (10KB)
Added: 2007-08-03 License: Freeware Price:
817 downloads
FLAC Plugin for XMPlay 1.0
Allows XMPlay to play FLAC encoded files more>>
FLAC stands for 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" (Solaris, OS X, Linux, BSD, IRIX), BeOS, OS/2, and Amiga. There are build systems for autotools, MSVC, Watcom C, and Project Builder.
See the features page for a complete list of features, or the comparison page to see how FLAC compares with other lossless codecs.
<<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" (Solaris, OS X, Linux, BSD, IRIX), BeOS, OS/2, and Amiga. There are build systems for autotools, MSVC, Watcom C, and Project Builder.
See the features page for a complete list of features, or the comparison page to see how FLAC compares with other lossless codecs.
Download (19KB)
Added: 2005-08-16 License: Freeware Price:
1547 downloads
Download (2.7MB)
Added: 2009-04-14 License: Freeware Price:
36 downloads

Eufony Free FLAC MP3 Converter 1.05
Eufony Free FLAC MP3 Converter is a powerful audio converter for FLAC to MP3 conversion. http://www.softe.net/audio_converter/ more>>
Eufony Free FLAC MP3 Converter is a powerful audio converter for FLAC to MP3 conversion.
Features:
Convert FLAC to MP3, change MP3 to FLAC.
High speed and high quality sound conversion.
Build-in free flac, mp3 audio player.
Resample between different sampling rates, bits per sample, stereo/ mono channels, bitrate and volume.
Full decode and high-quality encode.
Batch converting tons of flac, mp3 files at one time.
Convert from 24bit/32bit High Definition Audio.
Convert lossless audio format and make lossless audio compression.
Auto-rename after conversion.
Explorer-like user interface, very easy to use, no training required.
Highlighting file format with colors in the converter.
No ads or spyware, 100% clean and virus free.
http://www.softe.net/audio_converter/
System Requirements: Minimum 32MB RAM
Enhancements: more useful features added
<<less Download (0.60MB)
Added: 2009-11-05 License: Freeware Price: $0
downloads
Other version of Eufony Free FLAC MP3 Converter
Price: $0
License:Freeware
License:Freeware
Eufony Free FLAC MP3 Converter is a powerful audio converter for FLAC to MP3 conversion. Features: Convert FLAC to MP3, changeLicense:Freeware
License:Freeware
License:Freeware
FLAC/APE to MP3 transcoder 1.9.9.16
FLAC/APE to MP3 transcoder is such an easy and useful tool that is created to enable users to convert FLAC and APE audio files to MP3 (including tags). more>>
FLAC/APE to MP3 transcoder 1.9.9.16 is such an easy and useful tool that is created to enable users to convert FLAC and APE audio files to MP3 (including tags).
Drop .flac or .ape files or directories containing these types of lossless audio files on the application and it will convert them to MP3 format, including the tags. Note that the program uses existing codecs.
Enhancements: Adds a new context menu item "Save to source directory".
Download (560.6KB)
Added: 2009-09-21 License: Freeware Price: Notavailable
downloads
Other version of FLAC/APE to MP3 transcoder
stols.com - Convert FLAC and APE files to MP3 format. FLAC/APE to MP3 transcoder. FLACLicense:Freeware
License:Freeware
M4a/Flac/Ogg/Ape/Mpc Tag Support Plugin 1.1
M4a/Flac/Ogg/Ape/Mpc Tag Support Plugin for Media Player & Media Center 2005 more>> M4a/Flac/Ogg/Ape/Mpc Tag Support Plugin add support for various additional audio files tag formats into Microsoft Media Player v10 and Windows Media Center 2005. This plugin allow you to use in Media Player or Media Center 2005 popular audio formats like m4a files from your iPod/iTunes, Flac, Ogg, Monkeys Audio (ape), Wav Pack (wv), Optim Frog etc. Supported files and tags formats: Apple iTunes and iPod aac m4a/m4b files, ogg, flac, speex, etc. ogg, flac, speex (vorbis comment tags), mpc (APE/APEv2 tags)
Monkeys Audio (APE/APEv2 tags) Wav Pack (APE/APEv2 tags) Optim Frog (APE/APEv2 tags) True Audio (APE/APEv2 tags).<<less
Download (1.02MB)
Added: 2008-03-17 License: Freeware Price: Free
714 downloads
DirectShow Filters for Ogg Vorbis, Speex, Theora and FLAC 0.72.1838 beta
DirectShow Filters allows you to play Ogg Vorbis, Ogg Speex, Ogg Theora and Ogg FLAC with Media Player more>>
This package allows you to play Ogg Vorbis, Ogg Theora, Ogg Speex and Ogg FLAC with Media Player or any other DirectShow application like BSPlayer, Foobar2000...
The aim of this project is to provide the most complete implementation of the xiph.org codecs for Windows and Directshow. This includes decoders and encoders for all the xiph.org formats as well as annodex. It is released under a BSD license, so they can be used by both open-source and commercial applications.
Besides the directshow filters which many people are familiar with. The source distribution also contains many useful tools, for debugging and validating ogg files, which build on multiple platforms. There is also a .NET media player class which can basically provide an "instant" media player in any .NET application, as well as an early implementation of an apache2 module which can provide server side seeking (currently only of annodex files, but soon also ogg files)
Installation
Uninstall any previous version of these filters.(This is important!)
Go to add remove programs, remove oggcodecs
Make sure media player or any directshow applications are closed.
Run the installer.
<<lessThe aim of this project is to provide the most complete implementation of the xiph.org codecs for Windows and Directshow. This includes decoders and encoders for all the xiph.org formats as well as annodex. It is released under a BSD license, so they can be used by both open-source and commercial applications.
Besides the directshow filters which many people are familiar with. The source distribution also contains many useful tools, for debugging and validating ogg files, which build on multiple platforms. There is also a .NET media player class which can basically provide an "instant" media player in any .NET application, as well as an early implementation of an apache2 module which can provide server side seeking (currently only of annodex files, but soon also ogg files)
Installation
Uninstall any previous version of these filters.(This is important!)
Go to add remove programs, remove oggcodecs
Make sure media player or any directshow applications are closed.
Run the installer.
Download (1.36MB)
Added: 2007-04-02 License: Freeware Price:
953 downloads
FoxPlayer 1.2.0
FoxPlayer is a light audio software with a hip interface, Internet streaming, continuous play, mp3 wav converter, an integrated ID3 editor which simplifies renaming and modifying files and plays FLAC, AAC, MP4, WMA and other formats. more>> <<less
Download (3.09MB)
Added: 2009-06-02 License: Freeware Price: $0
16 downloads

LivaX 0.3.5b
LivaX is an easy and effective way to play Cda, MP2, MP3, Ogg, Wma, Flac, Fla, Wav, Mo3, Xm, Mod, Mod, S3m, IT, Mtm, Umx files or copy your favorite Audio CDs as MP3, OGG, WMA,WAV. more>> <<less
Download (3.4MB)
Added: 2005-10-25 License: Freeware Price: $0.00
downloads
VUPlayer 2.48
Freeware multi-format audio player for Windows supporting MOD/S3M/XM/ IT/MP3/OGG/ FLAC/WMA/WAV/CD formats more>>
VUPlayer is a media player that supports MOD/XM/S3M/IT/MP3/OGG/WMA/WAV and CD formats.
Main features:
- gapless OGG/FLAC/CD playback
- optional 32-bit mixing
- 9-band graphic equalizer
- full system tray functionality
- timer playback/screen saver feature
- optional background control of main playback functions
- support for multiple visuals via a plug-in system
- digital audio extraction
- encoding to Ogg Vorbis, FLAC & Windows Media Audio 9 formats
- remote freedb support
- CD-Text support
<<lessMain features:
- gapless OGG/FLAC/CD playback
- optional 32-bit mixing
- 9-band graphic equalizer
- full system tray functionality
- timer playback/screen saver feature
- optional background control of main playback functions
- support for multiple visuals via a plug-in system
- digital audio extraction
- encoding to Ogg Vorbis, FLAC & Windows Media Audio 9 formats
- remote freedb support
- CD-Text support
Download (1.63MB)
Added: 2007-03-27 License: Freeware Price:
952 downloads

CrystalWolf Player 0.17
CrystalWolf Player 0.17 is known as a completely free audio player that supports all popular audio formats including MP3, WAV, WMA, FLAC, APE, MP4 audio, M4a, M4b, AAC, OGG Vorbis, ALAC, MP1, MP2, MOD, MO3, MPC, WV files out of box. more>> <<less
Download (1MB)
Added: 2009-09-30 License: Freeware Price: Notavailable
downloads
FairStars CD Ripper 1.28
Free powerful software for ripping audio CD tracks to WMA, MP3, OGG, VQF, FLAC, APE and WAV formats files on-the-fly. Free CDDB is supported(Querying - Submiting). It supports normalization when ripping, and also support ID3 tag. more>> <<less
Download (2.85MB)
Added: 2009-02-19 License: Freeware Price: $0
7594 downloads
Other version of FairStars CD Ripper
Price: $0.00
License:Freeware
License:Freeware
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

