Skip to content

Releases: kvoltmer/Audionaut

Audionaut v1.2.2

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:31
bca95ed

What's Changed

  • Make clip gain per playlist item and extract ClipDynamics by @kvoltmer in #54
  • Fix NaN in the mix when a clip fade-out completes by @kvoltmer in #55
  • Build Essentia in the GitHub Actions Windows job by @kvoltmer in #56
  • Release the NSIS installer from a Windows GitHub release workflow by @kvoltmer in #57
  • Register the Windows release workflow on main by @kvoltmer in #58
  • Release v1.2.2 by @kvoltmer in #60

Full Changelog: v1.2.1...v1.2.2

Audionaut v1.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 17:14

What's Changed

Full Changelog: v1.2.0...v1.2.1

Audionaut v1.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 08:21

What's Changed

  • Rework beat tracking on RhythmExtractor2013 by @kvoltmer in #23
  • Phase 1: EventMerger API contract + build plumbing by @kvoltmer in #25
  • Phase 2: EventMerger stage A — intervals and activation columns by @kvoltmer in #26
  • Phase 3: EventMerger stage B — kernels, convolution, peak picking by @kvoltmer in #27
  • Phase 4: EventMerger stage C — minimum length, and parity with the reference by @kvoltmer in #28
  • Plan: port gaborgandalf layer-6 event merge to C++ (EventMerger) by @kvoltmer in #24
  • Port gaborgandalf's layer-6 event merge to C++ (EventMerger) by @kvoltmer in #29
  • Phase 1: merged analysis on AnalysisProvider by @kvoltmer in #31
  • Phase 2: native AutoEdit path, bounce removed by @kvoltmer in #32
  • Phase 3: segment source selector and menu cleanup by @kvoltmer in #33
  • Drop onsets from the event merge by @kvoltmer in #34
  • Plan: wire EventMerger into AnalysisProvider and AutoEdit by @kvoltmer in #30
  • Wire EventMerger into AnalysisProvider and AutoEdit by @kvoltmer in #35
  • Run the merge's analyses before the rest by @kvoltmer in #36
  • Find a Python that can actually run the autoedit script by @kvoltmer in #37
  • Compare the two auto edit implementations on the same audio by @kvoltmer in #39
  • Adopt gaborgandalf's BIC parameters by @kvoltmer in #40
  • Discard analysis data written by another version by @kvoltmer in #42
  • Cut only what the selected clip covers by @kvoltmer in #43
  • Drop the segment source selector from the dialog by @kvoltmer in #44
  • Stop describing onsets as part of the merge by @kvoltmer in #45
  • Honour the clip's start when its playlist item id does not resolve by @kvoltmer in #46
  • Replace the edited clip with its segments by @kvoltmer in #47

Full Changelog: https://github.com/kvoltmer/Audionaut/commits/v1.2.0