I was surprised to learn that /dev/stdin works. $ faad -o myaudio.wav /dev/stdin< myaudio.m4a
So in my case I stream in on stdin and out on stdout $ faad -q -w /dev/stdin<myaudio.m4a >myaudio.wav -- faad can't read from standard input (stdin) https://bugs.launchpad.net/bugs/470562 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
