convert_audio_format
Convert audio files to any specified format using defined input and output paths for compatibility across platforms and devices.
Instructions
Converts an audio file to the specified target format. Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the converted audio file. target_format: Desired output audio format (e.g., 'mp3', 'wav', 'aac'). Returns: A status message indicating success or failure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
input_audio_path | Yes | ||
output_audio_path | Yes | ||
target_format | Yes |