Fabio Estevam wrote: > When aplay/arecord are called without any argument the application hangs forever. > > + if (isatty(fileno(stdin)) && (argc == 1)) { And that would be stdout for arecord. :) Regards, Clemens