Skip to content

Releases: lsp-plugins/lsp-dsp-units

Release 0.5.3

28 May 21:24
Compare
Choose a tag to compare
  • Added LSP_DSP_UNITS_SOUND_SPEED_M_S constant that defines sound speed.
  • Added reset() method to the dspu::Equalizer class to reset internal memory.
  • Added different information methods to the dspu::Equalizer which allow to obtain
    the current configuration state of the equalizer.

Release 0.5.2

22 Apr 14:46
Compare
Choose a tag to compare
  • Updated tracing information.
  • Added maximum latency estimation for several modules.
  • Updated the compressor module: added CM_BOOSTING mode for upward compression.

Release 0.5.1

22 Feb 02:27
Compare
Choose a tag to compare
  • Added DynamicDelay DSP processing unit.
  • Fixed latency computation error for FIR and FFT modes of the filter.
  • Optimized FIR and FFT dspu::Equalizer modes to use dsp::fastconv_ routines instead of FFT.
  • Added SPM (Spectral Processing Module) mode to dspu::Equalizer module.
  • Updated interface of dspu::Analyzer module, fixed inter-channel out-of-sync issue.
  • Added dspu::fade_in and dspu::fade_out functions.
  • Updated build system.

Release 0.5.0

22 Nov 19:52
Compare
Choose a tag to compare
  • Initial release.