We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi... I need to mute one side of speaker in minim. I have got one idea in apwidgets(using setVolume(left,right)). Is there any such way in minim. Here I am trying to provide a panning effect to the sound playing.
Thanks in advance.
Answers
Try using setPan or setBalance on your AudioOutput or AudioPlayer.