Tone.py is a Python application written using the wxPython and wxWidgets libraries. It emulates a function generator using your soundcard, providing sine-, square-, and triangular-waveforms. Single or dual frequency outputs are available, making this program a convenient source for checking intermodulation distortion in transmitters.
View or download tone.py, version 0.60.
Tone.py is copyrighted software distributed under the GPL v 3 license.
Release Notes
# This is a small program to demonstrate use of wxPython # Generate sine, square, or triangle waves to Soundcard 0 or 1. # Dual tone capability
# tone.py - Single / Dual Tone Generator # Copyright (C) 2006-2009 Martin S. Ewing, AA6E # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version.
November, 2009