[Flac-dev] flac problems (update)

Josh Coalson xflac at yahoo.com
Mon Oct 15 22:47:39 PDT 2001


--- pritpaul at svaudio.org wrote:
> Sorry, turns out I was out of disk space and thats why I ws having
> the
> second problem (where it stopped decoding at 11%).  Also, it turns
> out I
> was forgetting to use -c for piping the output.

glad to hear that.

> I still have the
> first
> problem though (flac adding 12 "00" bytes to the beginning of the
> decoded
> file when the original input to create the flac was a raw file), and
> would
> realy appreciate help. :)

OK, I will look into that one.  I realize this is a hack
but in the mean time, if you really need it, you can chop
off the first 12 bytes at decode time with something like:

   flac -d -c ... | tail -c +13 | ...

Josh


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com




More information about the Flac-dev mailing list