On Wed, 2011-04-27 at 14:50 +0300, Tanu Kaskinen wrote: > From: Marc-Andr? Lureau <marcandre.lureau at gmail.com> > > --- > src/Makefile.am | 6 + > src/modules/module-null-source.c | 294 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 300 insertions(+), 0 deletions(-) > create mode 100644 src/modules/module-null-source.c This module isn't actually used by anyone currently. We (at Nokia) switched to null-sink's monitor a long time ago (for reasons unknown to me), so the code hasn't had much testing lately. Even though there are no users for the module currently, I'm sending the patch anyway, just in case people think that the module might be useful in some situation. I quickly tested that I can record silence with parec from source.null - I can't give any further guarantees that the code is correct. -- Tanu