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