Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
protyposis committed Dec 7, 2023
1 parent ca75cdb commit 5ffd90c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 4.0.0 (2023-xx-xx)
## 4.0.0 (2023-12-07)

### Features

Expand All @@ -26,6 +26,17 @@
* optional progress callback on `MatchProcessor.WindowFilter`
* `FFTUtil.CalculateFrequencyBinIndex`
* trigger progress events only if there is actual progress to report
* `Aurio.FFmpeg.Test` cross-platform support and dry-run mode
* periodic Hamming, sine, periodic sine windows
* consolidate window parameters in `WindowConfig`
* `StreamUtil.Read*` bytes or samples to array
* square-root windows
* `FFTUtil.CalculateNextPowerOf2` and `IsPowerOf2`
* create memory source stream from sample array
* `DCOffsetStream`
* `FixedLengthFifoStream`
* use wave view with stream instead of track
* overlap-add visualizer

### Bug Fixes

Expand All @@ -42,6 +53,7 @@
* status message update before `ProcessingStarted` event
* progress events without reported progress
* periodic Hann window incorrectly applied
* misleading representation of clipped samples by bitmap waveform renderer

## 2018-12-04 d01cb3f
* Introduced `IAudioStreamFactory` pattern that allows to register external audio stream factories in `AudioStreamFactory` to read streams
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Company>Mario Guggenberger / protyposis.net</Company>
<Product>Aurio Audio Processing, Analysis and Retrieval Library</Product>
<Copyright>Copyright © 2010-$([System.DateTime]::Now.ToString(yyyy)) Mario Guggenberger</Copyright>
<Version>1.0.0</Version>
<Version>4.0.0</Version>
<!-- Prevent default fallback to .net7.0: https://csharpier.com/docs/MsBuild#target-frameworks -->
<CSharpier_FrameworkVersion>net6.0</CSharpier_FrameworkVersion>
<!-- nuget package metadata -->
Expand Down

0 comments on commit 5ffd90c

Please sign in to comment.