fixed readme

This commit is contained in:
Ellie D 2019-05-17 21:30:58 -05:00
parent 8ad72e1b7d
commit 0d96e014ab
1 changed files with 1 additions and 1 deletions

View File

@ -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).