libretro / retroarch-assets

Assets needed for RetroArch - e.g. menu drivers, etc. Also contains the official branding.
Creative Commons Attribution 4.0 International
170 stars 161 forks source link

Added menu sounds by ViRiX Dreamcore #293

Closed natinusala closed 5 years ago

natinusala commented 5 years ago

Fixes #288

I added a script to automatically convert to OGG and rename the sounds we will use from the pack ViRiX Dreamcore made.

They weigh 1.3mb in total so the impact on the assets archive is really small.

RobLoach commented 5 years ago

Looks like this is CC BY-NC 3.0, which is not compatible with GPL. You'll want to use CC0, CC BY 4.0, or another one that's listed here: https://www.gnu.org/licenses/license-list.en.html#GPLCompatibleLicenses

hizzlekizzle commented 5 years ago

Why does it need to be GPL-compatible? The assets are all separate files, so I would think "mere aggregation" would allow them to be distributed alongside GPL stuff just fine regardless of license.

natinusala commented 5 years ago

The .wav files are in the src folder, which should not be added into the assets package. The bitrate is the default of ffmpeg, which is 112kbps.

Changing the bitrate from 112kbps to 64kbps reduces the whole package size from 1.3mb to 500.5kb.