import javax.sound.sampled.*; static L listAudioMixers() { ret map(func(Mixer.Info i) { AudioSystem.getMixer(i) }, AudioSystem.getMixerInfo()); }