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"); }