Bump Spectral Compressor to version 0.4.3
This commit is contained in:
parent
b9031ecd2f
commit
a33569bff6
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3754,7 +3754,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "spectral_compressor"
|
name = "spectral_compressor"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atomic_float",
|
"atomic_float",
|
||||||
"crossbeam",
|
"crossbeam",
|
||||||
|
|
|
@ -6,12 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic
|
and this project adheres to [Semantic
|
||||||
Versioning](https://semver.org/spec/v2.0.0.html).
|
Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.4.3] - 2023-03-31
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The default window size changed to 2048 since this offers a slightly better
|
- The default window size has been changed to 2048 since this offers a slightly
|
||||||
tradeoff between faster timings and more spectral precision. Existing
|
better tradeoff between faster timings and more spectral precision. Existing
|
||||||
instances are not affected.
|
instances are not affected.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "spectral_compressor"
|
name = "spectral_compressor"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue