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

9
LINES

< > BotCompany Repo | #1026387 // audacity - start Audacity audio editor

JavaX fragment (include)

svoid audacity(File f) {
  if (f == null) ret;
  if (isOnPATH("audacity"))
    ret with nohup("audacity " + platformQuote(f));
  if (isWindows()) {
    // TODO
  }
  fail("Can't find VLC");
}

Author comment

Began life as a copy of #1025141

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1026387
Snippet name: audacity - start Audacity audio editor
Eternal ID of this version: #1026387/2
Text MD5: bb6141abd74ae15ee42033f59e26985f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-01-02 12:39:29
Source code size: 199 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 117 / 147
Version history: 1 change(s)
Referenced in: [show references]