[linux-audio-user] sound activated recordings

Chuckk Hubbard badmuthahubbard at gmail.com
Tue Feb 27 21:39:50 EST 2007


This would be one way.  The "moses" value would have to be tweaked to
respond to the sound levels in question.  This version would also stop
recording as soon as the level dropped again, but start again when it
went back up.  There are other options.

-Chuckk

On 2/27/07, Kent Tenney <ktenney at gmail.com> wrote:
> Pure Data and Jack seem to be what people use ...
>
> I only know Python.
>
> I'll be putting a box together with 2 M-Audio 1010 cards
> in, watching 12 inputs.
>
> Is there a recommended distro to start with?
> I've gotten pretty used to running Ubuntu,
> but I know there's a number of audio optimized distros ...
>
> Recommendations?
>
> Thanks,
> Kent
>
> bad mutha hubbard
> :-]
>
>
>
> On 2/27/07, Chuckk Hubbard <badmuthahubbard at gmail.com> wrote:
> > Piece of cake in Pure Data.  If you want I can whip up the patch for
> > you, but you'd have to install Pure Data.
> > http://puredata.info
> > There are probably programs that do it as default, I don't know.
> >
> > -Chuckk
> >
> > On 2/27/07, Kent Tenney <ktenney at gmail.com> wrote:
> > > Howdy,
> > >
> > > I need to watch several audio inputs and
> > > make recordings when activity is detected.
> > >
> > > Any pointers?
> > >
> > > Thanks,
> > > Kent
> > >
> >
> >
> > --
> > http://www.badmuthahubbard.com
> >
>


-- 
http://www.badmuthahubbard.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autorec.jpg
Type: image/jpeg
Size: 22520 bytes
Desc: not available
Url : http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20070227/8cd7f3f3/attachment.jpg 
-------------- next part --------------
#N canvas 691 110 503 361 12;
#X obj 90 16 adc~;
#X obj 91 47 env~;
#X obj 144 48 delwrite~ stream 100;
#X obj 213 299 writesf~;
#X msg 320 90 open bajesus.wav;
#X msg 173 229 start;
#X msg 64 228 stop;
#X obj 91 74 moses 40;
#X obj 64 195 spigot 0;
#X obj 173 196 spigot 1;
#X msg 105 166 1;
#X msg 139 166 0;
#X msg 175 165 1;
#X msg 208 165 0;
#X obj 91 103 t b b;
#X obj 150 104 t b b;
#X obj 277 217 delread~ stream 100;
#X connect 0 0 1 0;
#X connect 0 0 2 0;
#X connect 1 0 7 0;
#X connect 4 0 3 0;
#X connect 5 0 3 0;
#X connect 6 0 3 0;
#X connect 7 0 14 0;
#X connect 7 1 15 0;
#X connect 8 0 6 0;
#X connect 9 0 5 0;
#X connect 10 0 8 1;
#X connect 11 0 8 1;
#X connect 12 0 9 1;
#X connect 13 0 9 1;
#X connect 14 0 11 0;
#X connect 14 0 12 0;
#X connect 14 1 8 0;
#X connect 15 0 13 0;
#X connect 15 0 10 0;
#X connect 15 1 9 0;
#X connect 16 0 3 0;


More information about the Linux-audio-user mailing list