Use this repository if a custom Mechvibes sound-pack is using a single audio file configuration. This repository converts the audio files to a format that can be used by Rustyvibes
- Download soundpack
- Make sure config looks like that
{
...
"sound": "purple.ogg",
"defines": {
"1": [
1088,
118
],
...
-
Make sure filename match the one in config.
"sound": "sound.ogg"
->./soundpack/sound.ogg
-
Rename
config.json
toconfig_old.json
-
Run
ruby main.rb cherrymx-black-abs
-
Script will cut one audio file to multiple, will store these files in soundpack folder and will create
config.json
-
Run
rustyvibes cherrymx-black-abs
-
Enjoy
Dependencies
ffmpeg