awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesAudio Temporal Alignment

Verifying that the time distance between fingerprints remains constant to validate a match.

Distinct from Temporal Frame Alignment: Distinct from Temporal Frame Alignment: focuses on validating the relative timing of audio fingerprints rather than syncing frames to audio.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Audio Temporal Alignment. Refine with filters or upvote what's useful.

Awesome Audio Temporal Alignment GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jaywalnut310/vitsAvatar von jaywalnut310

    jaywalnut310/vits

    7,862Auf GitHub ansehen↗

    This project is an end-to-end text-to-speech engine and deep learning voice synthesizer. It functions as a neural speech synthesis framework that converts written text directly into audio waveforms using a single neural network. The system implements an adversarial framework and a conditional variational autoencoder to generate high-fidelity artificial speech. It utilizes a generative adversarial network to ensure synthesized audio is indistinguishable from real human speech. The toolkit provides capabilities for neural speech synthesis, text-to-audio generation, and the training of custom v

    Automatically learns the alignment and duration between text characters and audio frames without external tools.

    Pythondeep-learningpytorchspeech-synthesis
    Auf GitHub ansehen↗7,862
  • worldveil/dejavuAvatar von worldveil

    worldveil/dejavu

    6,764Auf GitHub ansehen↗

    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. The project enables automatic music identification by matching live audio feeds or recorded clips against a database of fingerprints. It covers audio content matching and digital audio archiving to identify original source recordings from a stored collection. The system incorporates capabilities for generating audio fingerprints, identifying audio tracks, and recognizing

    Validates candidate matches by ensuring the temporal distance between fingerprints is consistent across the recording.

    Python
    Auf GitHub ansehen↗6,764
  • plachtaa/vits-fast-fine-tuningAvatar von Plachtaa

    Plachtaa/VITS-fast-fine-tuning

    5,016Auf GitHub ansehen↗

    VITS-fast-fine-tuning is a pipeline for adapting speech synthesis models to specific target voices using small audio datasets. It functions as a fast speaker adaptation tool and a multilingual speech synthesizer capable of generating spoken audio across different languages. The system provides a framework for many-to-many voice conversion, transforming the identity of one speaker into another while preserving the original linguistic content. It allows for the adaptation of a voice for text-to-speech by fine-tuning a pre-trained model with audio clips or video sources. The project covers end-

    Automatically learns the mapping between text characters and audio frames during the training process.

    Python
    Auf GitHub ansehen↗5,016
  • intro-skipper/intro-skipperAvatar von intro-skipper

    intro-skipper/intro-skipper

    2,469Auf GitHub ansehen↗

    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

    Analyzes time-stamped audio data to determine precise skip intervals for media files.

    C#jellyfinjellyfin-mediasegment-providerjellyfin-plugin
    Auf GitHub ansehen↗2,469
  1. Home
  2. Graphics & Multimedia
  3. Image Processing & Editing
  4. Image Processing
  5. Frame Extractors
  6. Temporal Frame Alignment
  7. Audio Temporal Alignment

Unter-Tags erkunden

  • Monotonic Alignment SearchesAlgorithms that automatically learn the duration and alignment between text characters and audio frames. **Distinct from Audio Temporal Alignment:** Distinct from Audio Temporal Alignment: specifically learns character-to-frame duration mapping during training rather than validating existing fingerprints.