feat: implement audio converter tool with support for MP3, AAC, and WAV formats

This commit is contained in:
Srivarshan-T
2025-07-25 13:54:48 +05:30
parent 8fc9081487
commit dffabc8134
14 changed files with 328 additions and 159 deletions

View File

@@ -0,0 +1,8 @@
{
"audioconverter": {
"title": "Audio Converter",
"description": "Convert audio files between different formats.",
"shortDescription": "Convert audio files to various formats.",
"longDescription": "This tool allows you to convert audio files from one format to another, supporting a wide range of audio formats for seamless conversion."
}
}