1 | import javax.sound.sampled.*; |
2 | |
3 | static AudioFormat javaSound_monoCDQuality() {
|
4 | ret new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100f, 16, 1, 2, 44100f, false); |
5 | } |
Began life as a copy of #1009289
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: | #1009768 |
| Snippet name: | javaSound_monoCDQuality - PCM signed, mono, 16 bit, 44.1 kHz, little-endian |
| Eternal ID of this version: | #1009768/2 |
| Text MD5: | e8e6ec71f9e75640c12fe8aba4a4a8cf |
| 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 17:32:14 |
| Source code size: | 172 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 663 / 692 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |