Skip to content

Instantly share code, notes, and snippets.

@gue-ni
Created November 19, 2019 11:37
Show Gist options
  • Save gue-ni/95284654eae12a344090af3055b4b3f9 to your computer and use it in GitHub Desktop.
Save gue-ni/95284654eae12a344090af3055b4b3f9 to your computer and use it in GitHub Desktop.
#!/bin/bash
# client <ip> <port>
nc $1 $2 | play -r 32k -t raw -e s -b 16 -c 1 -V1 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment