935 B
935 B
name, description, version, author, tags, skills, tools, trigger, inputs
| name | description | version | author | tags | skills | tools | trigger | inputs | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Convert To MP3 | Convert audio files to MP3 320kbps, preserving metadata. | 2 | pastilhas |
|
|
|
|
|
Convert To MP3
Convert audio files to MP3 320kbps, preserving metadata.
Steps
- Determine whether
file_pathpoints to a single audio file or a directory. - Call
convert_audio_to_mp3with the appropriate mode:- Single file:
mode="single",path=file_path - Directory:
mode="batch",path=file_path
- Single file:
- Report the result to the user.