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. Cheers, -peter