А вот такой вариант скрипта не сработал:

for x in a*.wav; do sox "x" -t wav -r 44100 -s2 -c 2 - | \
sox -t wav -r 36000 -s2 -c 2 - a"x"
done

выдаёт:
sox FAIL formats: can't determine type of file `x'
sox FAIL formats: can't open input  `-': WAVE: RIFF header not found

Юрий В.

-- 
Blinux-rus mailing list
[email protected]
http://www.a11ywiki.org/cgi-bin/mailman/listinfo/blinux-rus

Ответить