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

4
LINES

< > BotCompany Repo | #1009779 // audio_absoluteVolume (0 to 1)

JavaX fragment (include)

static double audio_absoluteVolume(float[] raw) {
  if (empty(raw)) ret 0;
  ret (max(raw)-min(raw))/2.0;
}

Author comment

Began life as a copy of #1009778

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: #1009779
Snippet name: audio_absoluteVolume (0 to 1)
Eternal ID of this version: #1009779/1
Text MD5: 72c8d7b008ccf3a209deac7ae4e79c12
Author: stefan
Category: javax / audio
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-16 18:08:08
Source code size: 110 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 390 / 435
Referenced in: [show references]