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