Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 230993) +++ apps/app_meetme.c (working copy) @@ -2509,7 +2509,7 @@ don't want to block, but we do want to at least *try* to write out all the samples. */ - if (user->talking && !(confflags & CONFFLAG_OPTIMIZETALKER)) { + if (user->talking || !(confflags & CONFFLAG_OPTIMIZETALKER)) { careful_write(fd, f->data.ptr, f->datalen, 0); } }