We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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!