// takes 44.1kHz mono samples static Clip spectro_clipFromMonoShortArray(short[] samples) ctex { MultiShortArrayInputStream_resettable stream = new(ll(samples)); stream.bigEndian = true; ret spectro_clipFromMonoInputStream(stream); }
Began life as a copy of #1019265
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025071 |
| Snippet name: | spectro_clipFromMonoShortArray |
| Eternal ID of this version: | #1025071/3 |
| Text MD5: | 93a423f0575e8240e28cefcbcf37bd20 |
| Author: | stefan |
| Category: | javax / audio analysis |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-05 12:23:55 |
| Source code size: | 246 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 422 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |