generate_chirp
Creates a frequency sweep audio chirp in Audacity, letting you specify waveform type, start and end frequencies, amplitude range, and duration to produce test tones or calibration signals.
Instructions
Generate a chirp (frequency sweep).
Args: waveform: "Sine", "Square", "Sawtooth", or "Square (no alias)". Default: "Sine" start_freq: Starting frequency in Hz. Default: 440 end_freq: Ending frequency in Hz. Default: 1320 start_amp: Starting amplitude (0-1). Default: 0.8 end_amp: Ending amplitude (0-1). Default: 0.1 duration: Duration in seconds. Default: 1.0
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_amp | No | ||
| duration | No | ||
| end_freq | No | ||
| waveform | No | Sine | |
| start_amp | No | ||
| start_freq | No |