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)

1  
svoid audacity(File f) {
2  
  if (f == null) ret;
3  
  if (isOnPATH("audacity"))
4  
    ret with nohup("audacity " + platformQuote(f));
5  
  if (isWindows()) {
6  
    // TODO
7  
  }
8  
  fail("Can't find VLC");
9  
}

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: 125 / 154
Version history: 1 change(s)
Referenced in: [show references]