Skip to content

.sld Mode Settings

Regis "Casey" C edited this page Jul 13, 2023 · 1 revision

image

These options are only usable if sld_mode is set to True

Currently, there are three options that come with the lesser restrictions that the .sld container has compared to .wav:

  • comp_mode - Allows you to set a basic compression algorithm (round to the nearest...) for the audio samples. 0 = No compression, 1 - nearest tenth (Ultra), 2 - nearest hundredth (Super), 3 - nearest thousandth (Trims the signal, as anything after the thousandth decimal place is considered "excess data").

The Ultra and Super compression mode works by reducing the tonal range of the image, resulting in banding and artifacting that is very visible in Ultra, but more subtle in Super.

  • binary_comp - (NOT YET IMPLIMENTED) Compresses the file without sacrificing the image's tonal range via converting the .sld data into a binary file (.slb). Can be paired with comp_mode for even further compression.

  • ColorMode - Saves the .sld file with three RGB tracks instead of one monochrome track. Please note that comp_mode is not supported with this set to True

Clone this wiki locally