|
1 |
| -Spek 0.5 - Released 2010-06-26 |
2 |
| -============================== |
| 1 | +Spek 0.6 - Released 2010-07-13 |
| 2 | +============================================================================== |
3 | 3 |
|
4 |
| -Spek is an acoustic spectrum analyser written in Vala. |
5 |
| -It uses the GNOME platform: GLib, GTK+, Cairo and Pango |
6 |
| -as well as FFmpeg and FFTW libraries. |
| 4 | +Spek is an acoustic spectrum analyser written in Vala. It uses the GNOME |
| 5 | +platform: GLib, GTK+, Cairo and Pango as well as the FFmpeg libraries. |
7 | 6 |
|
8 | 7 | Spek is available on GNU/Linux, Windows and Mac OS X.
|
9 | 8 |
|
10 |
| -Find out more about Spek on its website: http://spek-project.org/ |
| 9 | +Find out more about Spek on its website: http://www.spek-project.org/ |
11 | 10 |
|
12 |
| -Version 0.5 brings the following features and fixes: |
| 11 | +New Features And Enhancements |
| 12 | +------------------------------------------------------------------------------ |
13 | 13 |
|
14 |
| - * Speed up spectral analysis by using the optimal number of frequency bands. |
15 |
| - * DTS files support. |
16 |
| - * Distribute Windows version as a ZIP archive in addition to the MSI installer. |
17 |
| - * Mac OS X installer. |
18 |
| - * Use Pango to render text. |
19 |
| - * Brand new icon. |
| 14 | +Spek 0.6 is part of beta 0.x releases, leading up to a stable 1.0 release |
| 15 | +later this year. Check Spek website for the roadmap. |
| 16 | + |
| 17 | +New features since 0.5: |
| 18 | + |
| 19 | + * Switch from GStreamer to FFmpeg libraries for audio decoding. This |
| 20 | + speeds up the overall analysis by a factor of 1.5 to 2. |
| 21 | + * Decode audio and perform the analysis in separate threads. This makes |
| 22 | + the analysis 1.3~1.8 times faster on multi-core systems (issue 11). |
| 23 | + * Check for a new version once a week and notify when it becomes |
| 24 | + available (issue 27) |
| 25 | + |
| 26 | +Enhancements: |
| 27 | + |
| 28 | + * Windows installer branding (issue 32) |
| 29 | + * Option to launch Spek when the Windows installer exits |
| 30 | + |
| 31 | +Bugfixes: |
| 32 | + |
| 33 | + * Fix link activation on Windows (issue 31) |
| 34 | + * Fix ALAC issues on OS X (issue 23) |
| 35 | + * Re-run the analysis only if the window width has been changed |
| 36 | + * Fix opening of files containing Unicode symbols in their name on Windows |
| 37 | + |
| 38 | +Sources / Packages |
| 39 | +------------------------------------------------------------------------------ |
| 40 | + |
| 41 | + * Spek 0.6 tarball: |
| 42 | + http://spek.googlecode.com/files/spek-0.6.tar.bz2 |
| 43 | + |
| 44 | + * Windows and Mac OS X binaries: |
| 45 | + http://spek.googlecode.com/files/spek-0.6.msi |
| 46 | + http://spek.googlecode.com/files/spek-0.6.zip |
| 47 | + http://spek.googlecode.com/files/spek-0.6.dmg |
| 48 | + |
| 49 | +Dependencies |
| 50 | +------------------------------------------------------------------------------ |
| 51 | + |
| 52 | + * GTK+ >= 2.18 |
| 53 | + * FFmpeg >= r18351 |
0 commit comments