Add CHANGELOG.md and changelog section to README for v1.0.0 release
This commit is contained in:
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## [v1.0.0] - 2024-06-09
|
||||
### Added
|
||||
- Initial public release: Valhallir Deconvolver
|
||||
- Fast FFT-based deconvolution for IR extraction
|
||||
- Automatic input conversion: accepts any WAV sample rate, bit depth, or channel count
|
||||
- Output IR in user-selectable sample rate and bit depth (WAV only)
|
||||
- Optional minimum phase transform (MPT) output
|
||||
- Silence trimming and normalization
|
||||
- Optional output IR length control (`--length-ms`)
|
||||
- Mono output (stereo/multichannel inputs are averaged)
|
||||
- CLI with urfave/cli, version flag, and detailed logging
|
||||
- Full documentation and usage examples in README
|
||||
Reference in New Issue
Block a user