Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

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

$
0
0

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!


Viewing all articles
Browse latest Browse all 2896

Trending Articles