Skip to content

Releases: lsp-plugins/lsp-dsp-units

Release 1.0.26

11 Oct 21:47
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.25

05 Oct 01:21
Compare
Choose a tag to compare
  • Several updates of the dspu::LoudnessMeter module.
  • Bugfixes and improvements in shared memory catalog and clients.
  • Added dspu::Bypass::process_drywet method.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.24

02 Aug 21:09
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.23

22 May 07:18
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.22

20 May 23:27
Compare
Choose a tag to compare
  • Implemented shared catalog class.
  • Implemented shared audio stream class.
  • Updated module versions in dependencies.

Release 1.0.21

26 Apr 23:56
Compare
Choose a tag to compare
  • Implemented safer algorithm of loading sample when the underlying stream
    does not know the actual number of frames in the stream.
  • Implemented dspu::Correlometer module.
  • Optimized LFO sin-based and log-based functions.
  • Fixed DynamicDelay buffer not cleaned up on initialization, garbage could be produced.
  • Implemented dspu::RawRingBuffer which is better suitable for direct memory operations.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.20

04 Mar 23:03
Compare
Choose a tag to compare
  • Added Hold option to the dspu::Compressor module.
  • Added Hold option to the dspu::Expander module.
  • Added Hold option to the dspu::Gate module.
  • Added Hold option to the dspu::DynamicProcessor module.
  • Fixed RLC implementation of allpass filters.
  • Added support of LR2 (12 dB/oct) filters by the Crossover.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.19

20 Dec 19:38
Compare
Choose a tag to compare
  • Refactoring and optimizations of the Expander module.
  • Updated interface of the dspu::Sample, added gain function.
  • Expander module now uses functions from lsp-dsp-lib for faster processing.
  • Small optimizations and improvements of the dspu::Delay module.
  • Added possibility to specify additional delay for each channel in dspu::Analzer module.
  • Added dspu::hz_to_samples function.
  • Added process_add methods for the dspu::Delay module.
  • Added dspu::SimpleAutoGain module.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.18

29 Oct 14:03
Compare
Choose a tag to compare
  • Optimizations of compressor, expander and gate modules.
  • Gate module now uses lsp-dsp-lib for low-level gain and curve optimizations.
  • Updated module versions in dependencies.

1.0.17

10 Oct 23:14
Compare
Choose a tag to compare
  • Updated module versions in dependencies.