0 Members and 1 Guest are viewing this topic. Read 3742 times.
Is WAV truly the "native format" for CDs or is there some conversion that takes place?
Which types of devices do support FLAC?
FLAC seems to be useful for portable devices where space could be an issue. Any other usefulness?
How long to convert an average WAV track to FLAC?What is the overhead/effect of having to "unzip" FLAC files?
To me one of the biggest drawbacks to wav (and a deal breaker for me) is that it doesn't support metadata (tags).I can't be having files without tags, especially when they're bigger to boot.
All of my WAV files have tag info embedded in them. I found a perl module from the slimserver distribution that would read/write tags in WAV files and wrote a PERL script so that EAC can create tagged WAV files. I have another script that walks through my directories of WAV files and creates VBR MP3 files using the tag info from the WAV to generate the ID3 tags for the MP3 files. -Rob
Yeah, but that isn't a standard of the .wav format.
Quote from: nelamvr6To me one of the biggest drawbacks to wav (and a deal breaker for me) is that it doesn't support metadata (tags).I can't be having files without tags, especially when they're bigger to boot.No kidding! I really wish they worked as easily as MP3s in that regard. Has anyone actually successfully generated a cue sheet\FLAC combo and had it work with a Squeezebox? I feel as stumped as grandma trying to program a VCR with that thing. At least on a Mac. Looks like there's better software options with Windows.
Quote from: csc on 28 Aug 2006, 08:26 pmYeah, but that isn't a standard of the .wav format.It's part of the RIFF standard, on which WAV is based. A WAV file consists of a series of chunks, one of which can be the INFO chunk and that can hold information about artist, title, etc. It's not the same as ID3, but the common ID3 tags can be mapped to RIFF INFO chunk tags. Of course, this isn't commonly used, so it's quite likely that you'd have to write your own software for storing and retrieving the tags.More info than you'd ever want to know: http://www.tactilemedia.com/info/MCI_Control_Info.html
Aphile,Have you tried to do the FLAC-to-WAV in the PC before the SB?I thought this was possible and was wondering if you've tried.Don't have a SB myself, just trying to learn.Thanks
Quote from: mfsoa on 29 Aug 2006, 12:54 amAphile,Have you tried to do the FLAC-to-WAV in the PC before the SB?I thought this was possible and was wondering if you've tried.Don't have a SB myself, just trying to learn.ThanksThere is no reason to do this, the SB decodes flac natively. there is no transcoding necessary.
Aphile,Have you tried to do the FLAC-to-WAV in the PC before the SB?I thought this was possible and was wondering if you've tried.Don't have a SB myself, just trying to learn.ThanksThere is no reason to do this, the SB decodes flac natively. there is no transcoding necessary.
Quote from: nelamvr6 on 30 Aug 2006, 02:40 amQuote from: mfsoa on 29 Aug 2006, 12:54 amAphile,Have you tried to do the FLAC-to-WAV in the PC before the SB?I thought this was possible and was wondering if you've tried.Don't have a SB myself, just trying to learn.ThanksThere is no reason to do this, the SB decodes flac natively. there is no transcoding necessary.But the question arises as to whether there is any audible benefit when moving the decompression CPU load from the SB to the more powerful PC CPU. I recall someone a while back claimed there was an improvemment but I haven't got around to trying it myself.