File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(CheckSymbolExists)
88
99project (waveform)
1010
11- set (WAVEFORM_VERSION "1.7.0 " )
11+ set (WAVEFORM_VERSION "1.8.0-beta1 " )
1212
1313# default to release build
1414if (NOT CMAKE_BUILD_TYPE )
Original file line number Diff line number Diff line change 1- ## Changes in 1.7.0-beta1
2- - Add the ironically missing-until-now waveform display mode (experimental)
3- - Add 'Pulse' render mode
4- - Add option to continue processing audio while source is muted
5- - Add option to adjust maximum volume normalization gain
6- - Add option to adjust rotation of radial display
7- - Add Traditional Chinese localization (#44 thanks to Kai Lee)
8- - Add Italian localization (thanks to Peppe73)
9- - Attempt to mitigate A/V desync in some setups
10- - Fix spectrum accuracy, ** spectrum graphs will appear slightly "louder" now.**
11- - Increase 'FFT Size' limit
1+ ## Changes in 1.8.0-beta1
2+ - Add 'Range' render mode (#56 thanks to @filiphanes )
3+ - Add power-of-sine windows (#58 )
4+ - Add 'Time Variant EMA' temporal smoothing method (#58 )
5+ - Add Cubic interpolation method
6+ - Increase 'FFT Size' limit to 65536 (#58 )
7+ - Update Chinese translation (#51 thanks to @GodGun968 )
8+ - Rename 'Gravity' setting to 'Inertia'
129
1310## Installation
1411### Windows
You can’t perform that action at this time.
0 commit comments