8000 Tags · inetmonster/dsp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: inetmonster/dsp

Tags

v1.6

Toggle v1.6's commit message
Version 1.6.

Notable changes:

* scripts/rew_to_dsp.sh now supports the 'Convolution', 'Delay', and
  'Channel' commands from Equalizer APO. Only numeric channel
  identifiers are supported.
* Added a workaround in alsa.c for certain buggy drivers.
* The 'crossfeed' effect no longer ignores the channel selector.
* A few minor bugfixes in ffmpeg.c and pulse.c.
* Added an 'uninstall' target.

v1.5

Toggle v1.5's commit message
Version 1.5.

Notable changes:

* ladspa_dsp loads configuration files in all specified directories
  instead of stopping at the first one that exists.
* A few documentation fixes and updates.

v1.4

Toggle v1.4's commit message
Version 1.4.

Notable changes:

* Signal handling has been fixed. Lots of data races could happen with
  the old code (I never actually managed to trigger any problems
  though).
* SIGTSTP is now handled.
* Minor manpage and README updates.

v1.3

Toggle v1.3's commit message
Version 1.3.

Notable changes:

* Number parsing errors are now detected and reported everywhere.
* New 'd' width suffix for shelving filters.
* New effect: ladspa_host.
* The delay effect now supports 's', 'm', and 'S' suffixes (meaning
  seconds, milliseconds, and samples).

v1.2

Toggle v1.2's commit message
Version 1.2.

v1.1

Toggle v1.1's commit message
This release adds a manpage. There are no code changes.

v1.0

Toggle v1.0's commit message
README.md: Restructuring.

0