Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [OPEN SOURCE] AudioAlign: Audio Synchronization And Analysis Tool 1.5.0 (Read 6737 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[OPEN SOURCE] AudioAlign: Audio Synchronization And Analysis Tool 1.5.0

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 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

  • generate multicamera cuts by switching between perspectives (video),
  • create videos with full or at least better event coverage,
  • replace bad quality audio or video tracks with better ones, or
  • detect interesting moments (where many recordings have been captured at the same time).

For more, see the readme.

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
Hybrid Multimedia Production Suite will be a platform-indipendent open source suite for advanced audio/video contents production.
Official git: https://www.forart.it/HyMPS/


Re: [OPEN SOURCE] AudioAlign: Audio Synchronization And Analysis Tool 1.5.0

Reply #2
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
Hybrid Multimedia Production Suite will be a platform-indipendent open source suite for advanced audio/video contents production.
Official git: https://www.forart.it/HyMPS/

Re: [OPEN SOURCE] AudioAlign: Audio Synchronization And Analysis Tool 1.5.0

Reply #3
More bugfixes, more fun !

AudioAlign v1.7.0
Quote
Features
  • selective match flipping

Bug Fixes
  • alignment graph plots offsets incorrectly

AudioAlign  v1.6.1
Quote
Bug Fixes
  • bump Aurio to 4.2.1
  • missing sign on alignment graph offset axis

Aurio 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
Hybrid Multimedia Production Suite will be a platform-indipendent open source suite for advanced audio/video contents production.
Official git: https://www.forart.it/HyMPS/