Haai,

"Peter J. Philipp" <p...@centroid.eu>:
Hi,

I'm wondering how I can write to stdout on aucat? Here is what I have:

beta$ /usr/bin/aucat -r 44100 -h wav -i ewhist2.wav -o - | hexdump -C
stdout: failed to seek back to header
beta$ /usr/bin/aucat -r 44100 -h wav -i ewhist2.wav -o /dev/stdout | hexdump -
/dev/stdout: failed to seek back to header

It doesn't seem to work for me. I'm a little distracted too. Anyone want
to lift me on their shoulders?

My intention is to resample input audio to 44100 and output it to a wav.

Normally me'd recommend Sun format... but try the attached program:

beta$ /usr/bin/aucat -r 44100 -h wav -i ewhist2.wav -o - | page hexdump -C

You won't see it in real-time, but since you're using a static input
(me'll presume that ewhist2.wav is *not* a named pipe :), that'll
hopefully not be a problem for you.

Cheers,
-peter

HTH,

       --zeurkous.

--
Friggin' Machines!

Attachment: page.tar.gz
Description: page.tar.gz

Reply via email to