Skip to content

Releases: xbmc/audiodecoder.ssf

2.2.0-Matrix

18 Sep 07:29
35a92da
Compare
Choose a tag to compare
  • 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

18 Sep 07:28
111ac60
Compare
Choose a tag to compare
  • 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

18 Sep 06:36
ec5219a
Compare
Choose a tag to compare
  • 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

15 Oct 19:23
Compare
Choose a tag to compare
add Jenkinsfile and relocate CI