Seek-Tune is an audio fingerprinting library that implements a Shazam-like algorithm for identifying songs from audio recordings. It generates acoustic fingerprints from audio signals and matches them against a known database to recognize songs. The library converts audio into a time-frequency spectrogram using FFT-based frequency analysis, then extracts peak points to create compact, unique fingerprints for each song. It uses combinatorial hashing to combine nearby peak pairs into hash values with time offsets, enabling efficient database lookup and matching through a peak-pair matching algo
Intro Skipper is a media server plugin and automated playback utility designed to identify and bypass television opening sequences. It functions as an automated content sequence skipper that detects repeated introduction segments in video files to improve viewing efficiency. The tool employs audio fingerprinting to analyze audio patterns during playback, comparing waveforms against known templates to trigger skip events. It allows for the management of playback preferences across multiple client devices to determine how these opening sequences are handled. The project covers automated media
MusicBrainz Picard is a metadata tagger and audio tag editor that identifies and tags audio files using the MusicBrainz community music database. It functions as a plugin-extensible tagging framework and a scriptable file organizer capable of reading and writing tags across various audio formats including MP3, FLAC, and WAV. The project is distinguished by its acoustic fingerprint identifier, which matches unknown music files to known recordings via sonic fingerprints. It features a custom scripting language for automating metadata transformations and organizing files into structured folder h
Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides a suite of tools for extracting musical features, estimating fundamental frequencies, and tracking rhythmic pulses in audio streams. The library specializes in the detection of pitch and beat, enabling the extraction of musical notes and the estimation of overall tempo. It also includes capabilities for automatic onset detection to identify the start of sonic events and the separation of audio signals into percussive transients and steady-state tonal components. The system c
Dejavu is a Python audio fingerprinting library and recognition engine. It functions as a digital audio signature tool used to analyze sound waves and create unique identifiers for the purposes of audio search and retrieval.
Les fonctionnalités principales de worldveil/dejavu sont : Audio Recognition Tools, Fingerprint Indexing, Track Verification, Audio Fingerprinting, Audio Source Matching, Audio Signature Tools, Audio Temporal Alignment, Fingerprint Generation.
Les alternatives open-source à worldveil/dejavu incluent : cgzirim/seek-tune — Seek-Tune is an audio fingerprinting library that implements a Shazam-like algorithm for identifying songs from audio… intro-skipper/intro-skipper — Intro Skipper is a media server plugin and automated playback utility designed to identify and bypass television… metabrainz/picard — MusicBrainz Picard is a metadata tagger and audio tag editor that identifies and tags audio files using the… aubio/aubio — Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides… librosa/librosa — Librosa is a Python audio analysis library and digital signal processing framework. It functions as a feature… sergree/matchering — Matchering is an audio mastering tool and Python library designed to match the frequency balance and loudness of a…