Skip to content

This is a simple tone generator. It plays a given frequency for a given time. Includes a Tcl/Tk Gui.

License

Notifications You must be signed in to change notification settings

psycotica0/tone-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tone Generator

This program has two parts.
First, it has the command line version, called generator.
Second, it has the gui version, called Gui.tcl.

Generator is called with the form
generator freq [duration]
freq is the frequency of the tone in Hz.
duration is the duration the tone will play in seconds.
If duration isn't given, it is assumed to be 1 second.

The gui is just two text boxes that fill in this data and call generator.

About

This is a simple tone generator. It plays a given frequency for a given time. Includes a Tcl/Tk Gui.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published