Derty Posted October 10, 2022 Share Posted October 10, 2022 (edited) Spek is an acoustic spectrum analyser written in C++. It uses FFmpeg libraries for audio decoding and wxWidgets for the GUI. this is an application I used to use a lot years ago, it allows you to see the real quality of audio files, showing the amplitude of frequencies in a spectrum analyser. It is not compiled for current Osx. Does anyone know how to compile for mac with the UNIX file? Thanks. http://spek.cc/ https://manpages.ubuntu.com/manpages/focal/man1/spek.1.html https://github.com/alexkay/spek Features Supports all popular lossy and lossless audio file formats thanks to the FFmpeg libraries. Ultra-fast signal processing, uses multiple threads to further speed up the analysis. Shows the codec name and the audio signal parameters. Allows to save the spectrogram as an image file. Drag-and-drop support; associates with common audio file formats. Auto-fitting time, frequency and spectral density rulers. Adjustable spectral density range. Translated into 19 languages. UNIX Packages https://github.com/alexkay/spek/blob/master/INSTALL.md#bsd-and-gnulinux Edited October 10, 2022 by Derty Link to comment Share on other sites More sharing options...
miliuco Posted October 11, 2022 Share Posted October 11, 2022 (edited) @Derty There is a fork named Spek-Alternative by withmorten, it runs fine in Monterey, current version is 0.8.2.3. https://github.com/withmorten/spek-alternative And another fork: https://github.com/MikeWang000000/spek-X Edited October 11, 2022 by miliuco 1 Link to comment Share on other sites More sharing options...
Derty Posted October 11, 2022 Author Share Posted October 11, 2022 perfect... thanks Link to comment Share on other sites More sharing options...
Recommended Posts