Decode / encode mp3 for the Storymania Hörbox
with gradle
To compile the classes. A jar is created, but can not be run.
To run the compiled classes.
To create a fat jar, which can be run with '''java -jar build/libs/*-fat.jar'''
'''gradle jar''' '''java -jar build/libs/*-fat.jar [FileName]''' where '''[FileName]''' can be:
- can be a file. This file will be converted, automatically from .mp3 to .smp and vice versa.
- omitted. In this case all files and folders in the current directory are searched. Matching files will be converted.
- can be a folder. In this case all files and folders in this folder will be searched. Matching files will be converted.