static S soundPlayMethod() { if (isLinux()) { if (onPATH("aplay")) ret "aplay"; } else if (isWindows()) ret "cmdmp3.exe"; ret "JavaSound"; }