1 | import javax.sound.sampled.*; |
2 | |
3 | static L<Mixer> listAudioDevices() { |
4 | ret map(func(Mixer.Info i) { AudioSystem.getMixer(i) }, AudioSystem.getMixerInfo()); |
5 | } |
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: | 506 / 539 |
Version history: | 3 change(s) |
Referenced in: | [show references] |