search for: klatch

Displaying 3 results from an estimated 3 matches for "klatch".

Did you mean: latch
2004 Sep 10
2
--until decodes rest of file?
Hi I'm having a seemingly odd problem with flac 1.1.0: when I decode a large (CD size) flac file, using --skip and --until to extract a single track, flac appears to continue to decode until it reaches the end of the file: donald@klatch:~/arch/loveovergold$ time flac -d -o - --until=+1048576 data.flac > /dev/null flac 1.1.0, Copyright (C) 2000,2001,2002,2003 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details....
2004 Sep 10
1
--until decodes rest of file?
...ample flac file that you can host that exhibits > the problem? Ha. The flac files used in the examples below were of entire audio CDs; due to my use of "time" to demostrate the problem I need a fairly large file. I can simulate the problem by creating a dummy test file: ---- donald@klatch:~$ dd if=/dev/zero bs=1048576 count=100 | flac -o test.flac --endian=little --channels=2 --bps=16 --sample-rate=44100 --sign=signed --force-raw-format - flac 1.1.0, Copyright (C) 2000,2001,2002,2003 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome t...
2004 Sep 10
0
--until decodes rest of file?
....org.nz> wrote: > Hi > > I'm having a seemingly odd problem with flac 1.1.0: when I decode a > large (CD size) flac file, using --skip and --until to extract a > single > track, flac appears to continue to decode until it reaches the end of > the file: > > donald@klatch:~/arch/loveovergold$ time flac -d -o - --until=+1048576 > data.flac > /dev/null > flac 1.1.0, Copyright (C) 2000,2001,2002,2003 Josh Coalson > flac comes with ABSOLUTELY NO WARRANTY. This is free software, and > you are > welcome to redistribute it under certain conditions. Type...