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

10
LINES

< > BotCompany Repo | #1004798 // Analyze .wav

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (549L/4K/14K).

1  
!752
2  
3  
import javax.sound.sampled.*;
4  
5  
p {
6  
  AudioInputStream audioInputStream = 
7  
    AudioSystem.getAudioInputStream(new BufferedInputStream(new FileInputStream(getProgramFile("#1004795", "hello.wav"))));
8  
  AudioFormat format = audioInputStream.getFormat();
9  
  print(format);
10  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004798
Snippet name: Analyze .wav
Eternal ID of this version: #1004798/1
Text MD5: 8ccb508139e6f3b60b254b2cbcc427c1
Transpilation MD5: eef83b83653ea0df8b41843851f6cc12
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-31 14:22:19
Source code size: 284 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 446 / 503
Referenced in: [show references]