README.md (2361B)
1 # Spek 2 3 Spek is an acoustic spectrum analyser written in C and C++. It uses FFmpeg 4 libraries for audio decoding and wxWidgets for the GUI. 5 6 Spek is available on *BSD, GNU/Linux, Windows and Mac OS X. 7 8 Find out more about Spek on its website: <http://spek.cc/> 9 10 ## Spek 0.8.2 - Released 2013-02-24 11 12 ### New Features And Enhancements 13 14 Spek 0.8.2 is part of beta 0.x releases, leading up to a stable 1.0 release 15 (hopefully) later this year. The roadmap is available on 16 [GitHub](https://github.com/alexkay/spek/milestones). 17 18 New features since 0.7: 19 20 * Adjustable spectral density range (#4). 21 * Switched from GTK+ to wxWidgets for better Windows and OS X integration. 22 * Single .exe version for Windows. 23 * Added translations in 11 more languages (totalling 19). 24 * Open .opus audio files (#39). 25 26 Enhancements: 27 28 * Switched to .xz tarballs. 29 * Split out libspek and added unit tests. 30 * 24-bit APE support (upstream fix). 31 * Better toolbar icons on Windows and OS X (#21). 32 * Installer options for app shortcuts on Windows (#1). 33 * Associate with audio/video files on OS X (#2). 34 * Online manual (#24). 35 * Use non-deprecated FFmpeg decoding API. 36 * Moved downloads to Google Code since GitHub no longer offers downloads (#38). 37 * Compatibility with retina-based Macs (#32). 38 39 Bugfixes: 40 41 * Fixed crash when the preferences file is not writable. 42 * Fixed crash when the home directory is not writable. 43 * Fixed duration and rendering for some video files. 44 * Fixed compilation with newer FFmpeg and libav versions. 45 * Proper handling of Unicode file names under Windows (upstream fix). 46 * Don't lock the input file on Windows (#26). 47 * Fixed mapping of the spectral density into the palette. 48 * Fix magnitude calculation for the first and the last frequency band. 49 * Support planar sample formats (#44). 50 51 ### Sources / Packages 52 53 Spek 0.8.2 tarball: 54 55 * <https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.tar.xz> 56 57 Windows and Mac OS X binaries: 58 59 * <https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.msi> 60 * <https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.zip> 61 * <https://github.com/alexkay/spek/releases/download/v0.8.2/spek-0.8.2.dmg> 62 63 Unix packages: 64 65 * <https://github.com/alexkay/spek/blob/master/INSTALL.md#bsd-and-gnulinux> 66 67 ### Dependencies 68 69 * wxWidgets >= 2.8 70 * A recent version of FFmpeg or libav