Boost your productivity and streamline your workflow today!
I started this project after wasting many hours finding, organizing and converting assets for my game project. When you are using mostly free assets from different sources with different formats, bitrates and naming conventions, it can be a real headache and a huge time sink. If you spend all day learning how audio files work, you just spent all day getting nothing done in your project. You shouldn't have to be a audio engineer or terminal wizard just to have audio in the right format.
The Problem: Game devs and anyone else who needs to convert audio files for whatever reason, need to know a lot about digital audio before they can even get started. This is a huge barrier to entry for new game devs and a time sink for experienced ones.
The Solution: A simple, easy to use tool that does all the heavy lifting for you. You don't need to know anything about audio files to use this tool. Just point it at your files and let it do the work. It will automatically select the best codec and bitrate for you. It will even handle loop tags for you. It's the easiest, fastest and most reliable solution available. And it's FREE!
Please leave feedback on Itch.io or Github.
- π» User-Friendly Interface: Designed with simplicity as the main goal, eliminating any learning curve.
- π Unattended Batch Jobs: With recursive file searching and unattended conflict resolution, set it and forget it.
- π Multi-threading: No job too big or small when all your CPU cores are fully utilized.
- π΅ Automatic Bitrate and Codec Selection: Automatically selects the best codec and Variable Bitrate (VBR) at 160kbs(mp3) or near equivalent. Balanced between great sound quality and small file size.
- π Comprehensive Format Support: Converts between WAV, MP3, OGG, FLAC, AIFF, and M4A AAC formats. WMA to come.
- π Privacy and Reliability: Operates offline, ensuring data privacy and reliability.
- πΆ High-Quality Output: Employs FFMPEG for superior sound quality, codec support, and speed.
- π€ Intelligent File Handling: Automatically resolves duplicate file names with different file extensions. Selects the best input file format.
- π Meta Data Support: All meta data, including iTunes data and Apple music will be transferred to the new file. Will transfer all basic meta data to and from all formats that support it.
- π Loop Tag Support: All loop meta data will be transferred to new OGG or FLAC files. When changing sample rate, loop timings will be adjusted automatically. Cannot write loop tags TO M4A, only FROM.
- πΌ Opus AND Vorbis Support for Ogg: Use Opus when you can and Vorbis when you have to.
- Download Latest Release
- Extract Folder "EZ-Game-Audio-Converter"
- Run File "EZ-Game-Audio.exe"
- Windows PC
- Not required: Windows Terminal from the Windows Store for enhanced visual experience (emoji support π ).
-
Setup: Follow the setup prompts. It's recommended to copy and paste file paths. Right-click to paste.
-
File Selection: The application will search for matching files based on the provided criteria and display the list of input files to be converted.
-
Duplicate Handling: Duplicate file names with different extensions will be automatically resolved, retaining the best or lossless format.
-
Conflict Resolution: Resolve conflicts for conflicting output files:
O: Overwrite file with the same name. File will not overwrite itself but will skip instead.R: Rename the file.S: Skip the conversion for this file.- Adding
ato your selection will apply it to all subsequent files.
-
Confirmation: Review the list of files to be converted and confirm by typing "yes" or "no" when prompted.
-
Conversion: Monitor progress and any errors during the conversion process. Upon completion, logs.csv will be available at the specified file path. Any errors will be logged separately to errors.csv. Some files may produce errors but still convert correctly.
Prefer a hands-on approach over trusting random files from the internet? Here's how:
-
Clone the repository or download.
-
In the project folder, run
npm ithennpm run buildto build the executable. OR -
Run
npm ithennpm run startto run from your terminal. -
Remember to have
ffmpeg.exeandffprobe.exelocated alongside wherever you run the application from. FFMPEG Essentials Build Download
To change things like bitrate and codec, look in converterWorker.js.
- M4A files are compressed using the 'AAC' lossy codec. For lossless quality, use WAV or FLAC formats.
- WAV and AIFF uses the pcm_s16le codec, while OGG uses the older and more compatible Vorbis codec by default.
- Lossy formats utilize Variable Bit Rate (VBR) for increased compression.
- Loop tags are only supported for OGG FLAC
and AIFF formats. This software cannot write loop tags to M4A files but can read them when converting to another format. Sorry, but it's a total pain to fix. Also cannot write AIFF meta data at the moment.
| Features | MP3 | OGG1 | WAV | M4A2 | MIDI |
|---|---|---|---|---|---|
| Loop OK | NO | YES | YES | YES | YES |
| Loop Inside (Tags)3 | NO | YES | NO | YES | YES |
| File Size Optimize | YES | YES | NO | YES4 | OMG YES |
| Realistic Sound | YES | YES | YES | YES | NO |
| RMVX/Ace Compatible | YES | YES | YES | NO | YES |
| RMXP Compatible | YES | YES | YES | NO | YES |
| RM2003 Compatible | YES | NO | YES | NO | YES |
| RMMV Compatible | NO | YES | NO | YES | NO |
| RMMZ Compatible | NO | YES | NO | NO | NO |
- Source: RPGMaker.net
RPG Maker MV and MZ will play Opus but do not support loop tags. MV will not play Opus in the editor.
If you want Opus loop tags to work to work in RMMV-MZ then you will need my plugin. Download FugsOpusMV Here!
- Supported Formats:
MPEG(1/2/3), OGG Vorbis, .aiff, .mod, .it, .s3m, .xm
Source: Unity Documentation
- Supported Formats:
WAV, MP3, OGG Vorbis
Source: Godot Documentation
- Supported Format:
WAV - Unreal Engine currently imports uncompressed, little endian , 16-bit Wave (WAV) files at any sample rate (although, we recommend sample rates of 44.1 kHz or 22.05 kHz). Source: Unreal Engine Documentation
- Supported Formats:
Ogg Opus, Ogg Vorbis, MP3, MP2, FLAC, AIFF WAV (uncompressed 16-bit signed PCM only)
Source: Ren'Py Documentation
- Supported Formats:
OGG Vorbis, MP3 and WAVSource: Gamemaker.io
Detailed comparison of audio formats for games.
Comparison of coding efficiency between Opus and other popular audio formats
Your comments and likes are appreciated for support!
Itch.io Source on GitHub RPG Maker Forums GameJolt Download mirror: ascensiongamedev.com
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License..
If you would like to use this software for commercial purposes, please contact me on Itch.io or GameJolt for licensing options. I just want to get paid if you are selling my work.
Footnotes
-
Opus codec for OGG files is better but Vorbis is more compatible. β©
-
Not needed in 2024? Update: I don't care what they say, it's not needed. β©
-
As opposed to the basic looping of an audio file which simply replays the file, loop Tags are a way to tell the game engine where to start and end the loop. Example: A song or background sound effect may start at 0:00 and end at 1:00 but loop from 0:30 to 1:00. This avoids replaying intros in songs and makes seamless loops possible in music and sound effects. β©
-
M4A can be lossless but isn't when converted by this software. β©
