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.52.
Tone.py is copyrighted software. You may copy or adapt it freely for non-commercial applications. It may not be republished without permission.
Release Notes
# This is a small program to demonstrate use of wxPythonGTK2 (on Fedora Core 4/5) # Generate sine, square, or triangle waves to Soundcard 0 or 1. # Dual tone capability
# Using wxPythonGTK2 v 2.4 and Python 2.4.1 # Requires wxGTK2 and wxGTK-gl packages (e.g., for FC4)
# Copyright (c) 2006 Martin S. Ewing. aa6e@arrl.net www.aa6e.net/aa6e # Freely available for non-commercial use. Attribution requested.
4/2/2006