Skip to content

Commit

Permalink
readme fixes and new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceFoon committed Feb 13, 2024
1 parent a8ca4b3 commit bc8535c
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EZ-Game-Audio-Conversion
# EZ Game Audio Conversion

**Effortless Unattended Batch Audio Conversion Tool.**

Expand Down Expand Up @@ -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.

<https://github.com/SpaceFoon/Ez-Game-Audio-Conversion>

## License

This project is licensed under the [GNU Affero General Public License (AGPL-3.0)](https://www.gnu.org/licenses/agpl-3.0.txt).
Expand All @@ -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.
Expand All @@ -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)

Expand Down Expand Up @@ -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)
- [Icon Source](https://icon-icons.com/icon/audio-card/16123)
- [Icon Source](https://icon-icons.com/icon/audio-x-generic/36263)
Binary file added Src/ico/audio-x-generic_36263(1).ico
Binary file not shown.
Binary file added Src/ico/audio-x-generic_36263(2).ico
Binary file not shown.
Binary file added Src/ico/audio-x-generic_36263(3).ico
Binary file not shown.
Binary file added Src/ico/audio-x-generic_36263.icns
Binary file not shown.
Binary file added Src/ico/audio-x-generic_36263.ico
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit bc8535c

Please sign in to comment.