Added argument parameters.

This commit is contained in:
Nicolás Ortega Froysa
2019-03-22 11:58:19 +01:00
parent 41fd95fde9
commit 5161b37943
4 changed files with 102 additions and 3 deletions

5
README
View File

@ -1,8 +1,8 @@
============
*** SAUS ***
============
Scripted AUdio Software is a command-line tool for real-time audio
scripted filtering via JACK audio inputs. The user writes scripts which
Scripted AUdio Software is a command-line tool for real-time scripted
audio filtering via JACK audio inputs. The user writes scripts which
modify the frequency and amplitude of the sound waves coming from the
JACK input.
@ -13,6 +13,7 @@ To build the project you will require the following dependencies:
* GNU Make
* C99 compatible compiler
* JACK2
* GNU Readline
## Compiling
To compile the project simply run the `make' command in the root