Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1025071 // spectro_clipFromMonoShortArray

JavaX fragment (include)

// 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);
}

Author comment

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: 109 / 131
Version history: 2 change(s)
Referenced in: [show references]