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
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."
}
}

View file

@ -17,11 +17,23 @@
"fileCopied": "File copied",
"selectFileDescription": "Click here to select a {{type}} from your device, press Ctrl+V to use a {{type}} from your clipboard, or drag and drop a file from desktop"
},
"converters": {
"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."
}
},
"categories": {
"audio": {
"description": "Tools for working with audio extract audio from video, adjusting audio speed, merging multiple audio files and much more.",
"title": "Audio Tools"
},
"converters": {
"description": "Tools for converting data between different formats convert images, audio, video, text, and more.",
"title": "Converter Tools"
},
"csv": {
"description": "Tools for working with CSV files - convert CSV to different formats, manipulate CSV data, validate CSV structure, and process CSV files efficiently.",
"title": "CSV Tools"