convert_audio_format
Convert audio files to desired formats (e.g., mp3, wav, aac) by specifying input and output paths for seamless compatibility and processing.
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 |