HydrogenAudio

Hydrogenaudio Forum => Validated News => Topic started by: forart.eu on 2023-12-08 21:50:20

Title: [OPEN SOURCE] AudioAlign: Audio Synchronization And Analysis Tool 1.5.0
Post by: forart.eu on 2023-12-08 21:50:20
Updated version with prebuild binary finally out:

AudioAlign is a research tool to investigate automatic synchronization of audio and video recordings that have either been recorded in parallel at the same event or contain the same aural information. It is designed as a GUI for the Aurio (https://github.com/protyposis/Aurio) library.

Use cases
AudioAlign has been developed for a research project with the goal to automatically synchronize audio and video recordings, recorded at the same time at the same event, e.g. a speech or a music concert. The idea was to synchronize all those videos taken from the crowd and combine them to


For more, see the readme (https://github.com/protyposis/AudioAlign/blob/main/README.md).

Full Changelog: https://github.com/protyposis/AudioAlign/blob/main/CHANGELOG.md
Official git: https://github.com/protyposis/AudioAlign/
Direct Download link: https://github.com/protyposis/AudioAlign/releases/download/v1.5.0/AudioAlign-Release-v1.5.0.zip
.NET SDK 6 (needed): https://dotnet.microsoft.com/en-us/download/visual-studio-sdks
Title: Re: [OPEN SOURCE] AudioAlign: Audio Synchronization And Analysis Tool 1.5.0
Post by: forart.eu on 2023-12-11 08:24:50
Both AudioAlign 1.5.1 and Aurio 4.1.0 are out:

https://github.com/protyposis/AudioAlign/releases

https://github.com/protyposis/Aurio/releases
Title: Re: [OPEN SOURCE] AudioAlign: Audio Synchronization And Analysis Tool 1.5.0
Post by: forart.eu on 2024-01-29 07:43:56
New Aurio and AudioAlign versions are out !

Aurio v4.2.0 changelog:
Quote
Features
  • bump FFmpeg to 6.1.1
  • direct audio proxy file writing
  • improve FFmpeg seeking
  • read FFmpeg samples without intermediary buffer

Bug Fixes
  • exception on FFmpeg proxy file creation
  • infinite read loop at end of FFmpeg stream
https://github.com/protyposis/Aurio/releases/tag/v4.2.0

AudioAlign v1.6.0 changelog:
Quote
Features
  • bump Aurio to 4.2.0
https://github.com/protyposis/AudioAlign/releases/tag/v1.6.0
Title: Re: [OPEN SOURCE] AudioAlign: Audio Synchronization And Analysis Tool 1.5.0
Post by: forart.eu on 2024-01-31 08:05:54
More bugfixes, more fun !

AudioAlign v1.7.0 (https://github.com/protyposis/AudioAlign/releases/tag/v1.7.0)
Quote
Features
  • selective match flipping

Bug Fixes
  • alignment graph plots offsets incorrectly

AudioAlign  v1.6.1 (https://github.com/protyposis/AudioAlign/releases/tag/v1.6.1)
Quote
Bug Fixes
  • bump Aurio to 4.2.1
  • missing sign on alignment graph offset axis

Aurio v4.2.1 (https://github.com/protyposis/Aurio/releases/tag/v4.2.1)
Quote
Bug Fixes
  • FFmpeg end-of-stream handling breaks stream contract
  • FFmpeg sometimes seeks one frame too far
  • initial position not zero when first PTS not zero
  • wrongly accepted first PTS when file not seekable