Releases: jturcotte/beskope
Releases · jturcotte/beskope
v0.2.0 - Constant-Q Transform spectrogram and Windowed mode
- 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.0v0.1.0 - First release
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