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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
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.