soundfingerprinting

Pure C# acoustic fingerprinting library that since v8 also supports video fingerprinting, with spectral-profile bridging for silence/fade regions.

Link

Related resources

  • libfvadStandalone extraction of the WebRTC voice activity detection engine into a small, battle-tested C library.
  • silero-vadEnterprise-grade, lightweight pretrained voice activity detection model, widely used for speech/silence segmentation.
  • waveform-data.jsBBC R&D library for generating and manipulating zoomable waveform data, commonly paired with peaks.js.
  • wavesurfer.jsInteractive JavaScript audio waveform player and visualization library built on HTML5/WebAudio with a plugin system.
  • spectral_film_lutGenerates film-emulation LUTs from real film stock datasheets using a spectral simulation pipeline, Python with GUI.
  • ffmpeg-queueFastify + Redis job queue for dispatching FFmpeg transcoding jobs, Docker Compose ready, production-used.
  • PXNR No-Reference Video Quality EstimationEricsson's sample implementation of the ITU-T P.NATS phase 2 no-reference video quality estimation module.
  • fssimu2Zig implementation of SSIMULACRA2 metric, ~23% faster and ~40% less memory than the reference implementation.
  • BVQA_BenchmarkBlind (no-reference) VQA benchmarking toolkit comparing multiple models.
  • CompressedVQA-AEVFull-reference + no-reference VQA for asymmetric-encoded video, QoMEX 2026 challenge solution using SigLIP2+Swin-B.