Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkay/spek
Acoustic spectrum analyser
https://github.com/alexkay/spek
Last synced: 1 day ago
JSON representation
Acoustic spectrum analyser
- Host: GitHub
- URL: https://github.com/alexkay/spek
- Owner: alexkay
- License: gpl-3.0
- Created: 2011-07-16T07:19:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T17:05:08.000Z (5 months ago)
- Last Synced: 2024-12-04T22:46:00.553Z (8 days ago)
- Language: C++
- Homepage: http://spek.cc
- Size: 9.3 MB
- Stars: 2,675
- Watchers: 74
- Forks: 264
- Open Issues: 120
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - spek - Acoustic spectrum analyser (C++)
README
# Spek
Spek is an acoustic spectrum analyser written in C++. It uses FFmpeg
libraries for audio decoding and wxWidgets for the GUI.Spek is available on *BSD, GNU/Linux, Windows and Mac OS X.
Find out more about Spek on its website:
## Spek 0.8.5 - Released 2023-01-09
### New Features And Enhancements
New features since 0.8.2:
* Upgrade to FFmpeg 5.1
* Add 2 more palettes and change the default.
* Allow changing the DFT window size and function.
* Allow switching between audio streams and channels.
* Add translations for 14 additional languages.Enhancements:
* Remove dependency on `intltool`.
* Fix FFmpeg build warnings.
* Detect AR tool.
* Use Homebrew for macOS dependencies.
* Improve test coverage.
* Use `XDG_CONFIG_HOME` on Unix systems.Bugfixes:
* Remove association with .mod and MIDI files.
* Fix autoconf errors.
* Fix an AVX-related crash.### Sources / Packages
Spek 0.8.5 tarball:
*
Windows and Mac OS X binaries:
*
*
*Unix packages:
*
### Dependencies
* wxWidgets >= 3
* A recent version of FFmpeg