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
Go from Code to Production URL in Seconds
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
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.