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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.