1 | static TargetDataLine javaSound_recordLine(AudioFormat format, int internalBufferSize) ctex { |
2 | DataLine.Info targetInfo = new DataLine.Info(TargetDataLine.class, format, internalBufferSize); |
3 | TargetDataLine in = (TargetDataLine) AudioSystem.getLine(targetInfo); |
4 | in.open(format, internalBufferSize); |
5 | ret in; |
6 | } |
Began life as a copy of #1009290
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: | #1009757 |
Snippet name: | javaSound_recordLine |
Eternal ID of this version: | #1009757/3 |
Text MD5: | a18ab967b620fc6d98abf0161538e552 |
Author: | stefan |
Category: | javax / sound |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-16 03:00:48 |
Source code size: | 319 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 538 / 571 |
Version history: | 2 change(s) |
Referenced in: | [show references] |