Releases: xbmc/audiodecoder.ssf
Releases · xbmc/audiodecoder.ssf
2.2.0-Matrix
- Add addon icon
- Increase addon description text
- Add following settings to edit addon usage
- Default length: Used if specified file does not provide the length"
- Default fade out time: Used if specified file does not provide the length and fade
- Suppress opening silence: Some files start with silent data, this prevents it and looks for the beginning
- Suppress end silence: Some files end with silent data, this prevents it and looks for the end
- Second of silence to check: How many silent seconds are allowed before playback is stopped
- Direct output: Enable direct (dry) output
- DSP emulation: Enable DSP emulation (for reverb, etc.)
- Dynamic recompiler: Emulate DSP using dynamic recompiler
- Rework CSSFCodec to fix playback and improve function
- Add note about source on Highly_Theoretical source
- Remove not needed virtual from class
2.0.1-Leia
- Add addon icon
- Increase addon description text
- Add following settings to edit addon usage
- Default length: Used if specified file does not provide the length"
- Default fade out time: Used if specified file does not provide the length and fade
- Suppress opening silence: Some files start with silent data, this prevents it and looks for the beginning
- Suppress end silence: Some files end with silent data, this prevents it and looks for the end
- Second of silence to check: How many silent seconds are allowed before playback is stopped
- Direct output: Enable direct (dry) output
- DSP emulation: Enable DSP emulation (for reverb, etc.)
- Dynamic recompiler: Emulate DSP using dynamic recompiler
- Rework CSSFCodec to fix playback and improve function
- Add note about source on Highly_Theoretical source
- Remove not needed virtual from class
- Add
ATTRIBUTE_HIDDEN
and remove wrong parent on class - Build with Kodi Leia API
- Update CMakeLists.txt to 3.5
- Remove kodiplatform from dependencies
- Add debian packaging
2.1.0-Matrix
- Update build links on README.md
- Add
ATTRIBUTE_HIDDEN
and remove wrong parent on class - Build with Kodi Matrix API
- Update CMakeLists.txt to 3.5
- Remove kodiplatform from dependencies
- Add debian packaging
2.0.0-Leia
add Jenkinsfile and relocate CI