Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1009757 // javaSound_recordLine

JavaX fragment (include)

static TargetDataLine javaSound_recordLine(AudioFormat format, int internalBufferSize) ctex {
  DataLine.Info	targetInfo = new DataLine.Info(TargetDataLine.class, format, internalBufferSize);
  TargetDataLine in = (TargetDataLine) AudioSystem.getLine(targetInfo);
  in.open(format, internalBufferSize);
  ret in;
}

Author comment

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: 470 / 493
Version history: 2 change(s)
Referenced in: [show references]