feat: add AAC to MP3 audio converter tool

This commit is contained in:
Srivarshan-T
2025-07-20 00:19:13 +05:30
parent fc18dc0dc0
commit 8fc9081487
6 changed files with 162 additions and 1 deletions

View File

@@ -57,5 +57,11 @@
"title": "What is {{title}}?"
},
"trimmingAudio": "Trimming Audio"
},
"AACMP3": {
"title": "AAC to MP3",
"description": "convert AAC audio files to MP3 format.Which is a common audio format used for music and other audio files.",
"shortDescription": "convert AAC audio files to MP3 format.",
"longDescription": "convert AAC audio files to MP3 format. MP3 is a widely used audio format that provides good sound quality and is compatible with most devices and platforms. This tool allows you to convert your AAC files to MP3 easily, making it convenient for playback on various devices."
}
}