import javax.sound.sampled.*; static AudioFormat javaSound_pcmSignedLittleEndianMono(float sampleRate) { ret new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, sampleRate, 16, 1, 2, 44100f, false); }
Began life as a copy of #1009768
download show line numbers debug dex old transpilations
Travelled to 11 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019663 |
Snippet name: | javaSound_pcmSignedLittleEndianMono |
Eternal ID of this version: | #1019663/1 |
Text MD5: | 654bc00a210897166edf13f32d9c62d5 |
Author: | stefan |
Category: | javax / sound |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-16 22:54:02 |
Source code size: | 204 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 252 / 313 |
Referenced in: | [show references] |