From 0d96e014abaa34dc09d9bf9b71e941112d1fdd24 Mon Sep 17 00:00:00 2001 From: Ellie D Date: Fri, 17 May 2019 21:30:58 -0500 Subject: [PATCH] fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bcf2a0..7bc9e5e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ With the Rust compiler installed under a Unix-like OS, you can compile this sour ###How to Use `interval` can be run at the command line with the following syntax: -`./interval [input file] [output file]` +`./interval [input file] [output file]`. This will attempt to read Interval code from the input file, generate audio based on it, and emit the resulting data, prefixed with a suitable RIFF header, into the output file (which will be in `.wav` format). The audio stream is signed 16-bit little endian samples, at a sample rate defined by a static variable in the source code (48 kHz by default).