minim problem. how to remove sound from microphone.

edited October 2013 in Library Questions

any time i use AudioInput and make it like input = minim.getLineIn(Minim.STEREO, 512); I get an instant microphone feekback. If i put on headphone, no feedback ,but i can hear any sound from that input instantly.

input.mute() doesn't work.

define an AudioOutput and make it like outPut = minim.getLineOut(Minim.STEREO, 512) doesn't work either.

Sign In or Register to comment.