This project aims to convert sample in the format for Sonicware - Lofi-12 XT.
Internally, it uses FFMPEG to convert the samples.
You need first to download and install FFMPEG.
You need then to have FFMPEG registered into the windows's path.
Once this is done, you can run the program using the following command:
.\convert-lofi12xt.bat -i <input_folder> -o <output_folder> -r <sample_rate>
Where:
- input_folder is the folder where original samples are
- output_folder is the output folder (will be created if not existing)
- sample_rate optional parameter, the sample rate, in Hz, so the default value is
24000
It's not recommended to have the same input and output folder.
You need first to download and install FFMPEG. The easy way would likely be homebrew.
It needs to be added to the path, usually homebrew help on this.
Once done, you need to make the script executable:
chmod +x convert-lofi12xt.sh
Once this is done, you can run the program using the following command:
./convert-lofi12xt.sh -i <input_folder> -o <output_folder> -r <sample_rate>