Skip to content

dim13/spectrogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

993b32e · Jan 7, 2025
Jan 7, 2025
May 29, 2016
Jul 2, 2022
Jan 7, 2025
Jan 7, 2025
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Sep 10, 2014
Oct 17, 2016
Jul 26, 2019
Sep 10, 2014
Sep 10, 2014

Repository files navigation

Spectrogram

Visualisation hack for OpenBSD (sndio) and Linux (alsa) playback.

spectrogram

OpenBSD

Install required packages:

pkg_add fftw3

Build:

make -f Makefile.bsd-wrapper

sndiod must be started in monitoring mode (see the Multimedia: Recording a Monitor Mix of All Audio Playback section of the FAQ:)

rcctl set sndiod flags -s default -m play,mon -s mon
rcctl restart sndiod

Linux

Build packages: sudo apt install libfftw3-dev libasound2-dev libx11-dev

Audo loopback device: sudo modprobe snd-aloop