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

6
LINES

< > BotCompany Repo | #1027013 // playMP3ThroughWAV

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (5544L) is out of date.

svoid playMP3ThroughWAV(File mp3File) {
  File wavFile = replaceExtension(mp3File, ".wav");
  print("Playing MP3 through WAV: " + wavFile);
  mp3ToWAVUnlessExists(mp3File, wavFile);
  playWAV(wavFile);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027013
Snippet name: playMP3ThroughWAV
Eternal ID of this version: #1027013/2
Text MD5: df942fb1dde4fa0cb276cb4bfa6ed4c1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-07 00:47:54
Source code size: 208 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 187 / 266
Version history: 1 change(s)
Referenced in: [show references]