Re: [Flac] FLAC: re-encoding

2007-07-25 Thread Jud White
Harry, I wrote a little command line utility for this in C# - the lib it uses is a little overkill for the task but it does work. As Josh noted there is no compression gain, so I wouldn't bother unless you have FLAC's encoded with older versions. I also think Josh said there's a .BAT file out t

Re: [Flac] FLAC: general question

2007-07-25 Thread Rippit the Ogg Frog
Perhaps a more important question is how much electricity is required to decode FLAC, and how much heat is generated - for embedded CPUs of course. FLAC might not become popular for portable players if it shortens their battery life significantly. While there is the problem that .flacs take u

Re: [Flac] Bug: flac --replay-gain thinks that I used --no-padding

2007-07-25 Thread Scott F
Josh Coalson <[EMAIL PROTECTED]> wrote: > --- Scott F <[EMAIL PROTECTED]> wrote: > > > If I use flac to encode with the --replay-gain > > option, I get a warning about the --no-padding > > option... > > > > "NOTE: --replay-gain may leave a small PADDING block even with > > --no-padding" > > > >

Re: [Flac] metaflac

2007-07-25 Thread Josh Coalson
--- Christopher Brown <[EMAIL PROTECTED]> wrote: > Hi List, > > I am writing an audio player that exclusively plays FLAC sound files, > with CUE sheets. It is written in Python, so it is cross-platform, > and > it is working very well so far. The soundfile IO is handled by the > Audiere library. F

Re: [Flac] Bug: flac --replay-gain thinks that I used --no-padding

2007-07-25 Thread Josh Coalson
--- Scott F <[EMAIL PROTECTED]> wrote: > If I use flac to encode with the --replay-gain > option, I get a warning about the --no-padding > option... > > "NOTE: --replay-gain may leave a small PADDING block even with > --no-padding" > > ...even though I'm not using --no-padding. And the > file do

Re: [Flac] Re: FLAC: ERROR, MD5 signature mismatch

2007-07-25 Thread Josh Coalson
--- Harry Sack <[EMAIL PROTECTED]> wrote: > 2007/7/25, Harry Sack <[EMAIL PROTECTED]>: > > > > Hi > > > > I have downloaded a FLAC file somewhere and when trying to decode > it to > > WAV it gives the error message: ERROR, MD5 signature mismatch > > So my question is now: are FLAC files that give t

Re: [Flac] FLAC 1.2.0 released

2007-07-25 Thread Josh Coalson
--- Harry Sack <[EMAIL PROTECTED]> wrote: > Awesome! Is this new version already stable or still a testing > version? > (sorry for this probably stupid question but I'm still a FLAC newbie > :) ) yes, all releases pass the exhaustive test suite on several different architectures. rarely I put out

Re: [Flac] FLAC: re-encoding

2007-07-25 Thread Josh Coalson
--- Harry Sack <[EMAIL PROTECTED]> wrote: > hi > > I have some questions about re-encoding existing FLAC files to FLAC > 1.2.0.: > > - can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the > FLAC 1.2.0 encoder? yes, flac can take FLAC files as input, but there is no compression adv

[Flac] Re: FLAC: ERROR, MD5 signature mismatch

2007-07-25 Thread Harry Sack
2007/7/25, Harry Sack <[EMAIL PROTECTED]>: 2007/7/25, Harry Sack <[EMAIL PROTECTED]>: > > Hi > > I have downloaded a FLAC file somewhere and when trying to decode it to > WAV it gives the error message: ERROR, MD5 signature mismatch > So my question is now: are FLAC files that give the error m

[Flac] Re: FLAC: ERROR, MD5 signature mismatch

2007-07-25 Thread Harry Sack
2007/7/25, Harry Sack <[EMAIL PROTECTED]>: Hi I have downloaded a FLAC file somewhere and when trying to decode it to WAV it gives the error message: ERROR, MD5 signature mismatch So my question is now: are FLAC files that give the error message above still decodable to WAV (and how can you do

[Flac] FLAC: ERROR, MD5 signature mismatch

2007-07-25 Thread Harry Sack
Hi I have downloaded a FLAC file somewhere and when trying to decode it to WAV it gives the error message: ERROR, MD5 signature mismatch So my question is now: are FLAC files that give the error message above still decodable to WAV (and how can you do this, because flac.exe doesn't want to decode

[Flac] FLAC: tool to re-encode (win32)

2007-07-25 Thread Harry Sack
Hi i'm looking for a tool (it must run in win32) to re-encode existing FLAC files to a newer version of FLAC. I tried the FLAC frontend (included in the FLAC 1.2.0 installer) but this tool doesn't allow this (it only allows encoding of WAV files to FLAC files, re-encoding of FLAC files to FLAC fi

Re: [Flac] FLAC: FLAC frontend

2007-07-25 Thread Brad Leblanc
Does anybody know where the official website of the FLAC frontend (for windows) is? I think this is it. http://mikewren.com/page.php?2 ___ Flac mailing list Flac@xiph.org http://lists.xiph.org/mailman/listinfo/flac

Re: [Flac] FLAC 1.2.0 released

2007-07-25 Thread Brad Leblanc
Furthermore, there's no upgrade risk, as the API is still compatible. FLAC is backwards and forwards compatible. Just to clarify this - I asked about compatibility for 1.1.4 files a few months ago and below is the response I got. Perhaps this needs clarification? The middle number has changed.

[Flac] FLAC: FLAC frontend

2007-07-25 Thread Harry Sack
hi, Does anybody know where the official website of the FLAC frontend (for windows) is? If you look here http://members.home.nl/w.speek/ you can see the FLAC frontend is not longer maintained by Speek but in the FLAC installer there is still and update to the frontend (version 1.7.1 vs. version 1

Re: [Flac] FLAC: general question

2007-07-25 Thread Brian Willoughby
Harry, Another thing to consider is the balance between CPU efficiency and disk speed. On some of my systems, decoding a FLAC file to AIFF (or WAV) uses 100% of the CPU. That's because the drive is faster than the CPU, so the CPU is constantly working. Moving to a 4-processor system, I

Re: [Flac] FLAC 1.2.0 released

2007-07-25 Thread Ivo Emanuel Gonçalves
Pleas learn how to snip uneeded text from your posts. Version 1.2.0 is a stable release, which had some earlier beta revisions. I'd say it was quite well tested. Furthermore, there's no upgrade risk, as the API is still compatible. FLAC is backwards and forwards compatible. -Ivo __

[Flac] Re: FLAC: re-encoding

2007-07-25 Thread Harry Sack
2007/7/25, Harry Sack <[EMAIL PROTECTED]>: hi I have some questions about re-encoding existing FLAC files to FLAC 1.2.0 .: - can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the FLAC 1.2.0 encoder? - can FLAC files encoded with the FLAC Flake SVN encoder (or any other 'unoffici

Re: [Flac] FLAC: general question

2007-07-25 Thread Brian Willoughby
Harry, Keep in mind that the processor load will be different for every processor model. PowerPC G4, G5, and then all the implementations of x86. Processor load does not depend upon clock speed - all that clock speed determines is how fast the operation can be done, and particularly whe

Re: [Flac] FLAC 1.2.0 released

2007-07-25 Thread Harry Sack
2007/7/25, Josh Coalson <[EMAIL PROTECTED]>: FLAC 1.2.0 is out. There are a few new features and some speedups and fixes, but more importantly, there are some small changes to the decoder to pave the way for possible future compression improvements, so applications developers are encouraged to u

[Flac] FLAC: re-encoding

2007-07-25 Thread Harry Sack
hi I have some questions about re-encoding existing FLAC files to FLAC 1.2.0.: - can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the FLAC 1.2.0 encoder? - can FLAC files encoded with the FLAC Flake SVN encoder (or any other 'unofficial' FLAC encoder) be re-encoded by using the F

Re: [Flac] FLAC: general question

2007-07-25 Thread Harry Sack
2007/7/24, Ivo Emanuel Gonçalves <[EMAIL PROTECTED]>: On 7/24/07, Greg M. <[EMAIL PROTECTED]> wrote: > Ivo, Harry is asking about CPU usage of the DEcoder, > not the ENcoder. Sorry, my bad. I believe that FLAC's decoding is somewhat faster than most other lossless formats, as FLAC is a much le

[Flac] Bug: flac --replay-gain thinks that I used --no-padding

2007-07-25 Thread Scott F
If I use flac to encode with the --replay-gain option, I get a warning about the --no-padding option... "NOTE: --replay-gain may leave a small PADDING block even with --no-padding" ...even though I'm not using --no-padding. And the file does end up with a small padding block, so changing tags is