Simple Make Wav is command line which allows to create a wav file with a sinusoidal or triangular or rectangular or personnal signal and to adjust voltage, frequency and cyclic ratio.
And generate PS or TCL/TK file graphic image of the WAV form, too
Usage :
./smakewav [options] -o file.wav
Examples :
./smakewav -o example.wav
./smakewav -o example.wav -f 440 -d 10 -t sin
./smakewav -o example.wav -f 1000 -d 10 -l 1 -t rec -cr 20 -ps example.ps -nps 2 -wps 10 -sps 0.5 -bgps FFFFFF -aps FF0000
./smakewav -o example.wav -f 500 -d 10 -l 0.8 -t data 001F7FE0F0FFF0E07F1F
See :
./smakewav --help
or :
MANUAL.TXT
Categories
ExamLicense
GNU General Public License version 2.0 (GPLv2)Follow SMakeWav - Command line WAV file creator
Other Useful Business Software
Stop Storing Third-Party Tokens in Your Database
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Rate This Project
Login To Rate This Project
User Reviews
-
nice tool, but the shortned arguments do not work. Use the fullname ones such as --output instead of -o.