Konstantin Krestnikov

Results 1 comments of Konstantin Krestnikov

It crashes on this: ``` primaryLine = (TargetDataLine) AudioSystem.getLine(info); primaryLine.open(audioFormat); secondaryLine = (TargetDataLine) AudioSystem.getLine(info2); ``` > > ``` > > secondaryLine.open(audioFormat); > > ``` I think there is some trouble...