This commit is contained in:
Felix Klenner 2021-02-28 03:44:44 +01:00
parent 390dff442f
commit 0879a90112
2 changed files with 1 additions and 0 deletions

View file

@ -35,6 +35,7 @@ public class AudioFFTEffect implements LEDEffect {
Mixer m = AudioSystem.getMixer(mixerInfo);
Line.Info[] lines = m.getTargetLineInfo();
System.out.println(mixerInfo);
for (Line.Info li : lines) {
try {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB