1) analyze mic input 2) below a specific sound level play it through speakers, else 3) play a track

edited January 2016 in Library Questions

Hi,

I want to make a system that takes in what a person says in a mic and simultaneously plays it through speakers if the person speaks quietly enough. however, if the person's talking too loud, the speakers should be playing some interfering sound instead to cover their talk.

I tried modifying the second code in this thread but it wouldn't work since the line 'out.addSignal(waveform);' in setup keeps sending the input to output and there's no stopping it for that other track to play in between I guess...

Thanks in advance!

Tagged:
Sign In or Register to comment.