Skip to content

Releases: HEnquist/camilladsp

v3.0.0

11 Jan 16:47
baf6a44
Compare
Choose a tag to compare

v3.0.0

New features:

  • Optional multithreaded filter processing.
  • Request higher proprity of audio threads for improved stability.
  • Add a signal generator capture device.
  • Optionally write wav header when outputting to file or stdout.
  • Add WavFile capture device type for reading wav files.
  • Optional limit for volume controls.
  • Add websocket command for reading all faders with a single call.
  • Linux: Subscribe to capture device control events for volume, sample rate and format changes.
  • Linux: Optionally select Alsa sample format automatically.
  • Improved controller for rate adjustment.
  • Command line options for setting aux volume and mute.
  • Optional user-defined volume limits for volume adjust commands.
  • Add noise gate.
  • Add optional channel labels for capture devices and mixers.
  • Optional log file rotation.
    Changes:
  • Remove the optional use of FFTW instead of RustFFT.
  • Rename File capture device to RawFile.
  • Filter pipeline steps take a list of channels to filter instead of a single one.
    Bugfixes:
  • Windows: Fix compatibility issues for some WASAPI devices.
  • MacOS: Support devices appearing as separate capture and playback devices.
  • Linux: Improved Alsa error handling.

v3.0.0 beta 2

10 Nov 20:50
8135e5e
Compare
Choose a tag to compare
v3.0.0 beta 2 Pre-release
Pre-release
  • Minor updates to reduce underruns.
  • Adjust Github actions to match updated macOS runners

v3.0.0 test build for Windows 7

20 Oct 08:04
Compare
Choose a tag to compare
Pre-release
v3.0.0-win7test

Add build with rust 1.75 to keep win7 compatibility

v3.0.0 beta 1

29 Sep 18:53
Compare
Choose a tag to compare
v3.0.0 beta 1 Pre-release
Pre-release

First beta release of 3.0.0

v2.0.3

20 Feb 19:27
76aa55d
Compare
Choose a tag to compare

v2.0.3

Bugfixes:

  • MacOS: Fix using Aggregate devices for playback.

v2.0.2

12 Feb 20:58
5cfd5f2
Compare
Choose a tag to compare

v2.0.2

Bugfixes:

  • MacOS: Fix a segfault when reading clock source names for some capture devices.
  • Windows: Adjust the missed event threshold, avoids some rare stuttering.

v2.0.1

08 Jan 22:12
aa33441
Compare
Choose a tag to compare

Bugfixes:

  • Ignore capture_samplerate when resampling is disabled.
  • Increase Alsa device buffer sizes to avoid errors.

v2.0.0

12 Dec 21:02
5c1b0db
Compare
Choose a tag to compare

CamillaDSP v2.0.0

Please see CHANGELOG.md for details.

v2.0.0-alpha5

18 Oct 19:04
Compare
Choose a tag to compare
v2.0.0-alpha5 Pre-release
Pre-release
Bump to alpha 5

v2.0.0-alpha4

04 Oct 20:39
Compare
Choose a tag to compare
v2.0.0-alpha4 Pre-release
Pre-release
Bump version