static SourceDataLine javaSound_outputLine(AudioFormat format, int internalBufferSize) ctex { DataLine.Info sourceInfo = new DataLine.Info(SourceDataLine.class, format, internalBufferSize); SourceDataLine out = cast AudioSystem.getLine(sourceInfo); out.open(format, internalBufferSize); ret out; }
Began life as a copy of #1009290
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016677 |
Snippet name: | javaSound_outputLine |
Eternal ID of this version: | #1016677/1 |
Text MD5: | cf3f41a9cdf6ffa29ed6eb5f1b02435e |
Author: | stefan |
Category: | javax / sound |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-27 23:46:07 |
Source code size: | 310 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 401 / 430 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |