Skip to content

Instantly share code, notes, and snippets.

@psibre
Created June 8, 2012 13:23
Show Gist options
  • Save psibre/2895585 to your computer and use it in GitHub Desktop.
Save psibre/2895585 to your computer and use it in GitHub Desktop.
instantiate and use GWP
GlobWavPlayer gwp = new ie.tcd.globwavplayer.GlobWavPlayer();
try {
gwp.main(new String[] {"/Users/ingmar/"});
} catch (Exception e) {
print("boo");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment