awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jaywalnut310/vitsالصورة الرمزية لـ jaywalnut310

    jaywalnut310/vits

    7,862عرض على GitHub↗

    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
    عرض على GitHub↗7,862
  • worldveil/dejavuالصورة الرمزية لـ worldveil

    worldveil/dejavu

    6,764عرض على GitHub↗

    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
    عرض على GitHub↗6,764
  • plachtaa/vits-fast-fine-tuningالصورة الرمزية لـ Plachtaa

    Plachtaa/VITS-fast-fine-tuning

    5,016عرض على GitHub↗

    VITS-fast-fine-tuning هو خط أنابيب لتكييف نماذج توليد الكلام مع أصوات مستهدفة محددة باستخدام مجموعات بيانات صوتية صغيرة. يعمل كأداة سريعة لتكييف المتحدث ومولد كلام متعدد اللغات قادر على توليد صوت منطوق عبر لغات مختلفة. يوفر النظام إطار عمل لتحويل الصوت من كثير إلى كثير، مما يحول هوية متحدث إلى آخر مع الحفاظ على المحتوى اللغوي الأصلي. يسمح بتكييف صوت لتحويل النص إلى كلام عن طريق الضبط الدقيق لنموذج مدرب مسبقاً بمقاطع صوتية أو مصادر فيديو. يغطي المشروع توليد الكلام من البداية إلى النهاية ومعالجة الصوت، باستخدام توليد الموجات العدائي والبحث عن المحاذاة الرتيبة لإنتاج صوت عالي الدقة. يدمج متنبئاً عشوائياً للمدة لإدارة الاختلافات في إيقاع التحدث ويدعم نقل النماذج المدربة مسبقاً.

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

    Python
    عرض على GitHub↗5,016
  • intro-skipper/intro-skipperالصورة الرمزية لـ intro-skipper

    intro-skipper/intro-skipper

    2,469عرض على GitHub↗

    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
    عرض على GitHub↗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

استكشف الوسوم الفرعية

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