-
Notifications
You must be signed in to change notification settings - Fork 0
.sld Mode Settings
Regis "Casey" C edited this page Jul 13, 2023
·
1 revision
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 withcomp_mode
for even further compression. -
ColorMode
- Saves the .sld file with three RGB tracks instead of one monochrome track. Please note thatcomp_mode
is not supported with this set toTrue