Skip to content

Instantly share code, notes, and snippets.

@maciejkorsan
Created May 20, 2019 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maciejkorsan/60abcdffbda968662fde394ac0841d45 to your computer and use it in GitHub Desktop.
Save maciejkorsan/60abcdffbda968662fde394ac0841d45 to your computer and use it in GitHub Desktop.
Wookie
const { spawn } = require('child_process');
const player = spawn('aplay', [`audio/chewbacca.wav`]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment