Why am I getting this LineUnavailableException?

前端 未结 2 972
南旧
南旧 2021-01-17 01:42

I keep getting the LineUnavailableException on line 34 of my code: https://www.refheap.com/21223

The error reads as javax.sound.sampled.LineUnavailableExceptio

2条回答
  •  耶瑟儿~
    2021-01-17 02:14

    the exception occurs when you try to open multiple data line at a same time. Second line blocks the opening of first data line.

提交回复
热议问题