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.

  User Info

  Who's Online

  • Guests: 743
  • hidden: 4
  • Users Online : 13

  Board Stats

  • Total Members: 0
  • Total Posts: 0
  • Total Topics: 0
  • Total Categories: 0
  • Total Boards: 0
  • Most Online: 9,670

  Theme Select



Forum Default

Permanently

  Board News

WavPack 5.7.0 Release

2024-03-01 15:49:38 by bennetng | Views: 2421 | Comments: 7

https://github.com/dbry/WavPack/releases/tag/5.7.0

                     ---------------------------------
                     Release 5.7.0 - February 29, 2024
                     ---------------------------------

 WavPack Library Source Code - 5.7.0
 wavpack.exe (command-line encoder) - 5.7.0
 wvunpack.exe (command-line decoder) - 5.7.0
 wvgain.exe (command-line ReplayGain scanner) - 5.7.0
 wvtag.exe (command-line tagging utility) - 5.7.0
 cool_wv4.flt (Cool Edit / Audition filter) - 4.2
 ----------------------------------------------------
 added: multithreaded encoding and decoding to libwavpack (optional)
 added: option to specify multithreading in CLI programs (--threads)
 added: multithreading support to Cool Edit filter (always enabled)
 added: support for ID3v2.4 when importing tags (--import-id3)
 added: optional bitrate specification to wavpack -c option
 added: Windows native threads in wvtest, builds with MSVC
 added: recognize WAV files with new fourcc of 'BW64'
For more changes see https://github.com/dbry/WavPack/blob/master/NEWS

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

2023-12-08 21:50:20 by forart.eu | Views: 5872 | Comments: 3

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

ffmpeg 6.1 released 2023-11-11

2023-11-13 19:26:52 by Porcus | Views: 5525 | Comments: 0

ffmpeg version 6.1 is out: http://ffmpeg.org/index.html#news
It promises a faster FFT/MDCT/DCT/DST processing through a new libavutil/tx library (more information "coming soon").

Other major news items can be found https://github.com/FFmpeg/FFmpeg/blob/master/Changelog
6.1 has been "overdue for at least half a year" according to the development team; 7.0 is still planned for a February 2024 release.