Skip to content

Releases: mrene/minidsp-rs

v0.0.5

19 Jan 03:27
e138f9d
Compare
Choose a tag to compare
  • Rework transport modules
  • Added output format option -o json|jsonline|text
  • Added verbositoy settings -v shows packets except ReadFloat, -vv shows all packets, -vvv prints each packet in hex format
  • Added -log <filename> option to log packets to a text file
  • Fix panic when running minidsp debug without args
  • Accept transport addresses without port numbers
  • minidsp server no longer outputs packets to stderr, use minidsp -v server instead
  • Improve command-response matching when multiple apps are connected to the same server

v0.0.4

15 Jan 01:24
Compare
Choose a tag to compare

Fixes an issue where the application would hang after changing configuration preset (#26)

v0.0.3

13 Jan 03:26
5c66c83
Compare
Choose a tag to compare
  • Adds more error handling around malformed packets
  • Accept compressor thresholds starting with -
  • Fix systemd unit file path #22

v0.0.2

11 Jan 01:21
Compare
Choose a tag to compare
  • Support for importing filters in REW format through peq import (same format as the minidsp ui) #11
  • Added an all target in order to turn bypass on/off on a series of PEQs #10
  • Support for reading a list of commands from stdin
  • Support for loading FIR filters and controlling their status #15
  • Support for setting compressor (attack, release, threshold, ratio, bypass) #15
  • Debian packages are now provided

v0.0.1

09 Jan 15:22
Compare
Choose a tag to compare
  • Bug fixes to ensure that the server components exits if the underlying transport closes. If using systemd it will restart automatically if the device would be unplugged
  • Adds a protocol decoder with the server component, printing decoded commands and responses to the console

v0.0.1-pre3

03 Jan 05:09
Compare
Choose a tag to compare
v0.0.1-pre3 Pre-release
Pre-release
  • Fix logic inversion while muting an individual channel
  • Fix output channel delay packet format
  • Prevent HIDAPI from being initialized twice when running the debug probe command while using the usb transport.

Prepare for multi-device support

01 Jan 18:19
Compare
Choose a tag to compare
Pre-release

This refactors a lot of 2x4HD specific things in order for them to generalize to other devices.

If you have access to other hardware, please open an issue with the device type, and the output of minidsp debug id.
For devices that are accessible via wifi, run minidsp probe to find the address, thenminidsp --tcp addr_here debug id

First beta

01 Jan 05:40
Compare
Choose a tag to compare
First beta Pre-release
Pre-release
v0.0.1-pre1

update crate metadata