import javax.sound.sampled.*; static AudioFormat javaSound_cdQuality() { ret new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100f, 16, 2, 4, 44100f, false); }
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: | 766 / 770 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009768 - javaSound_monoCDQuality - PCM signed, mono, 16 bit, 44.1 kHz, little-endian #1032903 - javaSound_opusStereo - PCM signed, stereo, 16 bit, 48 kHz |