Skip to content

feat: add AAC to MP3 audio converter tool#216

Merged
iib0011 merged 15 commits intoiib0011:mainfrom
Srivarshan-T:feat/aac-to-mp3
Dec 10, 2025
Merged

feat: add AAC to MP3 audio converter tool#216
iib0011 merged 15 commits intoiib0011:mainfrom
Srivarshan-T:feat/aac-to-mp3

Conversation

@Srivarshan-T
Copy link
Contributor

@Srivarshan-T Srivarshan-T commented Jul 19, 2025

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

@Srivarshan-T
Copy link
Contributor Author

fixes the issue {#225 }

Copy link
Owner

@iib0011 iib0011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@Srivarshan-T
Copy link
Contributor Author

Srivarshan-T commented Jul 25, 2025

ok I will do that

@Srivarshan-T
Copy link
Contributor Author

Srivarshan-T commented Jul 25, 2025

@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

@Chesterkxng
Copy link
Collaborator

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.

@Srivarshan-T
Copy link
Contributor Author

Srivarshan-T commented Jul 25, 2025

@iib0011 requested changes are done checkout it give some feedback

removed the previously added aactomp3 descriptions
@Srivarshan-T Srivarshan-T requested a review from iib0011 July 26, 2025 17:30
@Srivarshan-T
Copy link
Contributor Author

@iib0011 requested changes are made two weeks ago please checkout and give some feedback about the pull request

@Srivarshan-T
Copy link
Contributor Author

@iib0011 checkout this pull request the requested changes are made about a month ago

@Srivarshan-T
Copy link
Contributor Author

@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

@Chesterkxng
Copy link
Collaborator

I will check out this this weekend bro, Thank for your patience and sorry again !

- 'file' util added
- getFileExtension method
- 'types.ts' file
- global variables including necessary details about audio formats added
- use of InitialValuesType
- cleaning up added after conversion
- convertes type specified (generalUsers)
- category icon changed
Copy link
Collaborator

@Chesterkxng Chesterkxng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

@iib0011 iib0011 merged commit 9301259 into iib0011:main Dec 10, 2025
4 checks passed
@Srivarshan-T
Copy link
Contributor Author

Thank you❤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants