Jump to content
3 posts in this topic

Recommended Posts

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

 

 

image.png.330d0cefe27f68330fd59772ad7f6142.png

Edited by Derty

@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 by miliuco
  • Thanks 1
×
×
  • Create New...