1 | import javax.sound.sampled.*; |
2 | |
3 | static AudioFormat javaSound_cdQuality() { |
4 | ret new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100f, 16, 2, 4, 44100f, false); |
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: | #1009289 |
Snippet name: | javaSound_cdQuality - PCM signed, stereo, 16 bit, 44.1 kHz |
Eternal ID of this version: | #1009289/2 |
Text MD5: | a384721702f029ebba1276e3224c3772 |
Author: | stefan |
Category: | javax / sound |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-07-21 05:24:12 |
Source code size: | 168 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 555 / 557 |
Version history: | 1 change(s) |
Referenced in: | [show references] |