import javax.sound.sampled.*; static L<Mixer> listAudioDevices() { ret map(func(Mixer.Info i) { AudioSystem.getMixer(i) }, AudioSystem.getMixerInfo()); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007013 |
| Snippet name: | listAudioDevices - list audio devices as Mixer instances |
| Eternal ID of this version: | #1007013/4 |
| Text MD5: | 01e1e98bcec08e5a93e84b0b3d9b7e18 |
| Author: | stefan |
| Category: | javax / audio |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-02 21:53:05 |
| Source code size: | 160 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 735 / 778 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007016 - inputAudioDevices - list input-capable audio devices as Mixer instances |