Quick start

After you have installed Spatial Creator, you can use one of the built-in Scene files to automagically convert a stereo song to 5.1 surround. To do so, simply use the following command:

python main.py /path/to/your/audio/file.ext /path/to/your/scene/file

We recommend you use the base.sds Scene file to get the best results.

This will create an srdr_work folder that will contain all the intermediary files that were needed while processing audio, and a file named /path/to/your/audio/file_fsc.ext that contains the output audio.

You can safely delete the srdr_work folder after acquiring the output file.

Last updated