generate_tone
Generate audio test tones in Audacity by specifying waveform type, frequency, amplitude, and duration to create custom sine, square, or sawtooth signals for calibration and audio testing.
Instructions
Generate a tone signal.
Args: waveform: Wave type - "Sine", "Square", "Sawtooth", or "Square (no alias)". Default: "Sine" frequency: Frequency in Hz (1-20000). Default: 440 amplitude: Amplitude (0-1). Default: 0.8 duration: Duration in seconds. Default: 1.0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | ||
| waveform | No | Sine | |
| amplitude | No | ||
| frequency | No |