tumashu  <[email protected]> writes:

> by the way, is it possible add a function, which can read a problem mp3 file, 
> and
> generate a small test mp3 file?

Shouldn't be too hard, but would require a bit of work. You would call a
process on the mp3 file that does:

    $ head -c 1000 file.mp3 > partial.mp3

...and so partial.mp3 would be the first 1k of file.mp3.

The question is, would that be helpful to Petteri?

-- 
   "Cut your own wood and it will warm you twice"

Reply via email to