1 | // takes 44.1kHz mono samples |
2 | static Clip spectro_clipFromMonoShortArray(short[] samples) ctex {
|
3 | MultiShortArrayInputStream_resettable stream = new(ll(samples)); |
4 | stream.bigEndian = true; |
5 | ret spectro_clipFromMonoInputStream(stream); |
6 | } |
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: | 384 / 422 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |