Skip to content

Releases: jturcotte/beskope

v0.2.0 - Constant-Q Transform spectrogram and Windowed mode

06 Jan 17:50

Choose a tag to compare

Riggeline Frequency Plot Style

  • Added a windowed mode that works on X11 or on compositors not supporting the wlr-layer-shell Wayland protocol
  • Added the "Ridgeline Frequency" style that renders a spectrogram as a 3D ridgeline plot

Installing

A binary package is available for Ubuntu below.

To build from source:

# You will need the PipeWire, DBus and Skia development files, for example on Ubuntu:
# sudo apt install clang libpipewire-0.3-dev libdbus-1-dev libxkbcommon-dev libfreetype-dev libfontconfig-dev

cargo install --git https://github.com/jturcotte/beskope --tag v0.2.0

v0.1.0 - First release

31 May 22:16
0781be5

Choose a tag to compare

Installing

To build from source:

# You might need the libpipewire development files, for example on Ubuntu:
# sudo apt install libpipewire-0.3-dev

cargo install --git https://github.com/jturcotte/beskope --tag v0.1.0