audio_effects
Apply a chain of audio effects like reverb, lowpass, normalize, and fade to a WAV file. Choose effect types and parameters to customize audio processing.
Instructions
Apply audio effects chain to a WAV file.
Process audio through a chain of effects like reverb, filtering, normalization.
Args: input_path: Absolute path to input WAV file. output_path: Absolute path for output WAV file. effects: List of effect configs with: - type: "lowpass", "reverb", "normalize", "fade" - Additional params per effect type
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | Yes | ||
| effects | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||