feat: add AAC to MP3 audio converter tool#216
Conversation
|
fixes the issue {#225 } |
iib0011
left a comment
There was a problem hiding this comment.
Please create a new category named converter. Inside, we can have
Audio Converter
Video Converter
Image Converter
Document Converter
Font Converter
Archive Converter
Ebook Converter
Archive Extractor
. You can take a look at https://123apps.com as example
|
ok I will do that |
|
@iib0011 I do not know how to create a category in this website kindly help me to create it may me you create the category in the main website I will add the tools into it |
|
check out this folder: https://github.com/iib0011/omni-tools/tree/main/src/tools. You need to add the new category information in the appropriate place in these two files. |
|
@iib0011 requested changes are done checkout it give some feedback |
removed the previously added aactomp3 descriptions
|
@iib0011 requested changes are made two weeks ago please checkout and give some feedback about the pull request |
|
@iib0011 checkout this pull request the requested changes are made about a month ago |
|
@iib0011 hi bro this pr raised several months ago and added all the request you given please checkout if had any issues let me know |
|
I will check out this this weekend bro, Thank for your patience and sorry again ! |
|
Thank you❤ |
AAC to MP3 Converter Tool
This pull request introduces a new client-side tool that converts .aac audio files to .mp3 format using FFmpeg compiled to WebAssembly (WASM).
Importance of this tool:
1.Cross-platform compatibility:
MP3 format is widely supported across all devices, operating systems, and media players, making it more versatile than AAC.
2.Client-side conversion ensures privacy:
The entire conversion runs in the browser using WebAssembly—no files are uploaded to any server, ensuring user privacy and data security.
3.Space-efficient output:
MP3 files are typically more compressed than AAC without noticeable quality loss, helping users save storage space.
4.Handles large files efficiently:
The tool is optimized to support large audio files, allowing smooth conversion even for lengthy recordings or music collection