- Force the output file name (usually flac just changes the extension). May only be used when encoding a single file. May not be used in conjunction with --output-prefix.
+ Force the output file name (usually flac just changes the extension). May only be used when encoding a single file. May not be used in conjunction with --output-prefix.
dBpowerAMP, a swiss army knife that can convert and play many formats, including FLAC.
+
Flacattack: an all-in-one tool that works with ExactAudioCopy to encode a CD image to FLAC, embed the cuesheet, add ReplayGain, create lossy files, etc. all in a customizable directory structure.
FLACdrop, an Oggdrop-like frontend for Windows, or the even more versatile oggdropXPd.
The short answer right now is probably "native FLAC". If all you are doing is compressing audio to be played back later, native FLAC will do everything you need, is more widely supported, and will yield smaller files. If you plan to edit the compressed audio, or want to multiplex the audio with video later in an Ogg container, Ogg FLAC is a better choice.
-
- Note that seeking in Ogg FLAC is not yet supported but will be in the next release.
-
+ FLAC is a general-purpose audio format, not just a compressed WAVE file format. There's a subtle difference. WAVE is a complicated standard; many kinds of data besides audio data can be put in it. FLAC's purpose is not to reproduce a WAVE file, including all the non-audio data that is in it, it is to losslessly compress the audio.
+
+
+ People have asked for that in FLAC, but if it were added, then what about similar formats like AIFF? flac can extract and compress audio data in an AIFF file also. AIFF is widely used on the Mac. AIFF users have asked that all AIFF metadata be stored for the same reasons. And it doesn't end there, other uncompressed formats exist.
+
+
+ Also, it would add a lot of complexity to FLAC because non-audio data has to go in the metadata section which is at the beginning of the FLAC file. But in WAVE and AIFF it can go before or after the audio, so the encoding would have to make multiple passes and also store the chunk hierarchy to be able to reproduce it.
+
We just found out that SkipJam's line of networked audio/video components supports FLAC. (Even though it's not mentioned on their site, I'm assured that's just because the site hasn't been updated yet.)
Mindawn, a new online music service offering FLAC and Ogg Vorbis, is now open. They also have a multi-platform (Windows, Linux, Mac OS X) CD ripper/encoder and are finishing up a multi-platform player.
+
Illiminable has updated his excellent Directshow filters to support native FLAC (in addition to Ogg FLAC/Vorbis/Speex/Theora).
FLAC 1.1.1 has been released. There is a new changelog with a complete list of changes/fixes/improvements, but the main ones include: almost 2x decoding speedup on Macintosh, better Ogg FLAC support, and several new options to flac and metaflac. Available now on the download page.
Also, the mailing lists have been migrated to Xiph.org. This should cut down on the abuse and response time. If you abandoned the lists because of spam problems, now is the time to sign back up: announceflacflac-dev
There are some new hardware players out that support FLAC, the Hifidelio, a wireless home stereo component, and the iAUDIO M3 portable HDD digital audio player (firmware).
- Below is a list of devices that support the FLAC format.
+ Below is a list of devices that support the FLAC format. So far we only have experience with the Rio Reciever. Manufacturers, if you would like your product reviewed here, feel free to send a unit.
Rio Reciever and Dell Digital Audio Receiver via RioPlay or RRR clients This little device is a hacker's dream. There are several open source clients available and since it boots its Linux distro over NFS you can write your own client. They're not made anymore but you can still find them on ebay.
etree-scripts: command-line tools for verifying, tagging, converting, and burning lossless audio files
+
Flacattack: an all-in-one tool that works with ExactAudioCopy to encode a CD image to FLAC, embed the cuesheet, add ReplayGain, create lossy files, etc. all in a customizable directory structure.
+ New Mindawn music store offers FLAC and Vorbis
+
+ Mindawn, a new online music service offering FLAC and Ogg Vorbis, is now open. They also have a multi-platform (Windows, Linux, Mac OS X) CD ripper/encoder and are finishing up a multi-platform player.
+
The four-byte ASCII signature "FLAC", i.e. 0x46, 0x4C, 0x41, 0x43
A one-byte binary major version number for the mapping, e.g. 0x01 for mapping version 1.0
A one-byte binary minor version number for the mapping, e.g. 0x00 for mapping version 1.0
-
A two-byte, big-endian binary number signifying the number of header (non-audio) packets, including this one. This number may be zero (0x0000) to signify 'unknown' but be aware that some decoders may not be able to handle such streams.
+
A two-byte, big-endian binary number signifying the number of header (non-audio) packets, not including this one. This number may be zero (0x0000) to signify 'unknown' but be aware that some decoders may not be able to handle such streams.