diff --git a/README.md b/README.md index 87ede02..ef71eda 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EZ-Game-Audio-Conversion +# EZ Game Audio Conversion **Effortless Unattended Batch Audio Conversion Tool.** @@ -53,6 +53,8 @@ Prefer a hands-on approach over trusting random files from the internet? No worr Install NodeJs and the Pkg Node module then execute `npm run build`. Even simpler, use `npm run start`. Just remember to have `ffmpeg.exe` located alongside wherever you run the application from. + + ## License This project is licensed under the [GNU Affero General Public License (AGPL-3.0)](https://www.gnu.org/licenses/agpl-3.0.txt). @@ -61,17 +63,17 @@ This project is licensed under the [GNU Affero General Public License (AGPL-3.0) ### RPG Maker -| Features | MP3 | OGG | WAV | M4A[^1] | MIDI | -|--------------------|------|------|------|------|------| -| Loop OK | NO | YES | YES | YES | YES | -| Loop Inside (Tags) | NO | YES | NO | YES | YES | -| File Size Optimize | YES | YES | NO | YES[^2] | 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 | +| Features | MP3 | OGG | WAV | M4A[^1] | MIDI | +|--|--|--|--|--|--| +| Loop OK | NO | YES | YES | YES | YES | +| Loop Inside (Tags) | NO | YES | NO | YES | YES | +| File Size Optimize | YES | YES | NO | YES[^2] | 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 | [^1]: Not needed in 2024. [^2]: M4A can be lossless but isn't when converted by this software. @@ -80,8 +82,7 @@ This project is licensed under the [GNU Affero General Public License (AGPL-3.0) #### Unity -- **Supported Formats:** -`MPEG(1/2/3), OGG, .aiff, .mod, .it, .s3m, .xm` +- **Supported Formats:** `MPEG(1/2/3), OGG, .aiff, .mod, .it, .s3m, .xm` Source: [Unity Documentation](https://docs.unity3d.com/352/Documentation/Manual/AudioFiles.html) @@ -121,4 +122,5 @@ For a detailed comparison of audio formats for games, refer to [this article](ht ### Other Attributes -- [Icon Source](https://icon-icons.com/icon/audio-card/103432) \ No newline at end of file +- [Icon Source](https://icon-icons.com/icon/audio-card/16123) +- [Icon Source](https://icon-icons.com/icon/audio-x-generic/36263) diff --git a/Src/ico/audio-x-generic_36263(1).ico b/Src/ico/audio-x-generic_36263(1).ico new file mode 100644 index 0000000..2323413 Binary files /dev/null and b/Src/ico/audio-x-generic_36263(1).ico differ diff --git a/Src/ico/audio-x-generic_36263(2).ico b/Src/ico/audio-x-generic_36263(2).ico new file mode 100644 index 0000000..5932b83 Binary files /dev/null and b/Src/ico/audio-x-generic_36263(2).ico differ diff --git a/Src/ico/audio-x-generic_36263(3).ico b/Src/ico/audio-x-generic_36263(3).ico new file mode 100644 index 0000000..4e8faaa Binary files /dev/null and b/Src/ico/audio-x-generic_36263(3).ico differ diff --git a/Src/ico/audio-x-generic_36263.icns b/Src/ico/audio-x-generic_36263.icns new file mode 100644 index 0000000..e85d12f Binary files /dev/null and b/Src/ico/audio-x-generic_36263.icns differ diff --git a/Src/ico/audio-x-generic_36263.ico b/Src/ico/audio-x-generic_36263.ico new file mode 100644 index 0000000..5932b83 Binary files /dev/null and b/Src/ico/audio-x-generic_36263.ico differ diff --git a/src/ico/128x128.png b/Src/ico/old/128x128.png similarity index 100% rename from src/ico/128x128.png rename to Src/ico/old/128x128.png diff --git a/src/ico/16x16.png b/Src/ico/old/16x16.png similarity index 100% rename from src/ico/16x16.png rename to Src/ico/old/16x16.png diff --git a/src/ico/24x24.png b/Src/ico/old/24x24.png similarity index 100% rename from src/ico/24x24.png rename to Src/ico/old/24x24.png diff --git a/src/ico/256x256.png b/Src/ico/old/256x256.png similarity index 100% rename from src/ico/256x256.png rename to Src/ico/old/256x256.png diff --git a/src/ico/32x32.png b/Src/ico/old/32x32.png similarity index 100% rename from src/ico/32x32.png rename to Src/ico/old/32x32.png diff --git a/src/ico/48x48.png b/Src/ico/old/48x48.png similarity index 100% rename from src/ico/48x48.png rename to Src/ico/old/48x48.png diff --git a/src/ico/64x64.png b/Src/ico/old/64x64.png similarity index 100% rename from src/ico/64x64.png rename to Src/ico/old/64x64.png diff --git a/src/ico/card.ico b/Src/ico/old/card.ico similarity index 100% rename from src/ico/card.ico rename to Src/ico/old/card.ico diff --git a/src/ico/card2.png b/Src/ico/old/card2.png similarity index 100% rename from src/ico/card2.png rename to Src/ico/old/card2.png diff --git a/src/ico/icon.ico b/Src/ico/old/icon.ico similarity index 100% rename from src/ico/icon.ico rename to Src/ico/old/icon.ico diff --git a/dist/EZ-Game-Audio-Converter/How to start.txt b/dist/EZ-Game-Audio-Conversion/How to start.txt similarity index 100% rename from dist/EZ-Game-Audio-Converter/How to start.txt rename to dist/EZ-Game-Audio-Conversion/How to start.txt