set_audio_bitrate
Adjusts the bitrate of an audio file to a specified value (e.g., '128k', '192k') for optimized quality or size. Accepts input and output file paths, returning a status message upon completion.
Instructions
Sets the bitrate for an audio file. Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the audio file with the new bitrate. bitrate: Target audio bitrate (e.g., '128k', '192k', '320k'). Returns: A status message indicating success or failure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bitrate | Yes | ||
input_audio_path | Yes | ||
output_audio_path | Yes |