HydrogenAudio

Lossless Audio Compression => FLAC => Topic started by: thesurfingalien on 2011-11-22 16:26:16

Title: Uncompressed FLAC in dbpoweramp
Post by: thesurfingalien on 2011-11-22 16:26:16
Hi All,

I am wondering if anyone can tell me some more about the uncompressed FLAC format that has popped up in the latest version (béta?) of dbpoweramp.  Since I can not find any information about this on the FLAC website, I am curious if this is just a straight WAV packed in a FLAC wrapping. 

Are there, besides tagging, other advantages I have missed? 

Thnks,
Peter
Title: Uncompressed FLAC in dbpoweramp
Post by: JJZolx on 2011-11-28 22:58:29
> I am curious if this is just a straight WAV packed in a FLAC wrapping.

I wouldn't think so, since FLAC files are made up of audio frames, each with a header and footer. Perhaps if you stripped those as well as the metadata you'd have something resembling the raw PCM.

http://flac.sourceforge.net/documentation_...t_overview.html (http://flac.sourceforge.net/documentation_format_overview.html)
Title: Uncompressed FLAC in dbpoweramp
Post by: JJZolx on 2011-11-30 18:21:51
A question, though, for anyone who knows....

When encoding with no compression, as with:

--disable-constant-subframes --disable-fixed-subframes --max-lpc-order=0

Would the FLAC file have a lot fewer frames, or even just a single audio frame?
Title: Uncompressed FLAC in dbpoweramp
Post by: Kohlrabi on 2011-11-30 20:32:11
Are there, besides tagging, other advantages I have missed?

Which other advantages. Is there a single advantage over regular FLAC?

EDIT: Did some decoding tests on my hardware, FLAC uncompressed decoded at about 570x realtime, FLAC -0 at 565x realtime. Compression speed was the same for both uncompressed and compressed at 380x realtime.
Title: Uncompressed FLAC in dbpoweramp
Post by: Wombat on 2011-11-30 20:45:06
These speeds may be already the maximum your systems I/O system can handle so you won´t measure much differences. Here on my machine  with FlacCL the only limiting factor is some memory and SSD limitations.

Uncompressed Flac most likely is only made available for the audiophiles that already use wav for soundwise advantages. For them all compressed PCM sounds worse as AIF or WAV already. Can´t await when they report how much better uncompressed Flac sounds now over AIF and worst of all WAV
I guess spoon only wants to satisfy these audiophile customers to have a more a comfortable, taggging capable format. Since spoon is active here he may answer this and the technical aspects behind. It must be some flac with all kinds of format specific features disabled.
Title: Uncompressed FLAC in dbpoweramp
Post by: JJZolx on 2011-11-30 20:53:41
It must be some flac with all kinds of format specific features disabled.


Pretty sure it's the same as encoding using flac.exe with the options that I listed above.
Title: Uncompressed FLAC in dbpoweramp
Post by: Wombat on 2011-11-30 21:07:24
Add a blocksize of 4608 and you are right
Title: Uncompressed FLAC in dbpoweramp
Post by: tuffy on 2011-11-30 21:10:44
A question, though, for anyone who knows....

When encoding with no compression, as with:

--disable-constant-subframes --disable-fixed-subframes --max-lpc-order=0

Would the FLAC file have a lot fewer frames, or even just a single audio frame?

The reference encoder will put the same number of channel-independent samples in each frame, typically 4096, unless you tell it otherwise.  So the total number will be the same as a compressed file.
Title: Uncompressed FLAC in dbpoweramp
Post by: Porcus on 2011-11-30 21:55:13
Probably a useful thing if you want to rip a lot of DTS CDs on a computer with an old and slow CPU?
Title: Uncompressed FLAC in dbpoweramp
Post by: saratoga on 2011-11-30 22:40:43
It must be some flac with all kinds of format specific features disabled.


Pretty sure it's the same as encoding using flac.exe with the options that I listed above.


What are you actually trying to do with those settings?
Title: Uncompressed FLAC in dbpoweramp
Post by: Kohlrabi on 2011-12-01 09:37:12
These speeds may be already the maximum your systems I/O system can handle so you won´t measure much differences. Here on my machine  with FlacCL the only limiting factor is some memory and SSD limitations.


Probably a useful thing if you want to rip a lot of DTS CDs on a computer with an old and slow CPU?


From the valid point by Wombat I assume that this could only be true if you are not I/O limited on your system. I'm very well tempted to test the files again on my Sansa Clip+, but even that is probably too fast to show any meaningful difference. 
Title: Uncompressed FLAC in dbpoweramp
Post by: Porcus on 2011-12-02 23:23:00
Probably a useful thing if you want to rip a lot of DTS CDs on a computer with an old and slow CPU?


From the valid point by Wombat I assume that this could only be true if you are not I/O limited on your system.


That's decoding, not encoding.