From c4266ef146ce872c9e3111801a262ebffb5f5109 Mon Sep 17 00:00:00 2001 From: "T. Teijeiro" Date: Thu, 16 Apr 2015 17:33:23 +0200 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c00bcc --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# wavtobeep +Converts a wav file to a sequence of *beep* PC-speaker calls through frequency analysis using the fft transform. + +## Getting started + +1. Download the project +2. Execute it: + `python wavtobeep.py [-h] [-w TIME] [--verbose] [--silent] wav_file` + +#### Lovely example included! + + `python wavtobeep.py monkey-island-sample.wav`