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 RepositoriesReference-Driven Synthesis

Audio generation that uses a specific reference sample to condition the output identity.

Distinct from Audio Synthesis: Focuses on conditioning synthesis using a reference sample, whereas general audio synthesis covers all artificial signal generation.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Reference-Driven Synthesis. Refine with filters or upvote what's useful.

Awesome Reference-Driven Synthesis GitHub Repositories

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

    babysor/MockingBird

    36,903Auf GitHub ansehen↗

    MockingBird is an AI voice cloning tool and text-to-speech system designed to generate synthetic speech. It functions as a voice synthesis trainer for building custom models from audio datasets, a command-line generator for producing audio files, and a text-to-speech server for remote application integration. The project specializes in real-time voice cloning, which extracts vocal characteristics from short audio samples to mimic a target speaker's unique timbre. It utilizes reference-driven audio synthesis to condition pre-trained models on specific audio samples, allowing for the generation

    Generates arbitrary speech conditioned on a specific audio sample to maintain voice identity.

    Pythonaideep-learningpytorch
    Auf GitHub ansehen↗36,903
  • aigc-audio/audiogptAvatar von AIGC-Audio

    AIGC-Audio/AudioGPT

    10,174Auf GitHub ansehen↗

    AudioGPT is an LLM-driven audio framework and processing suite that uses large language models to orchestrate neural audio pipelines. It functions as a multimodal audio generator and processing system, integrating a collection of pretrained models to handle speech synthesis, sound generation, and audio manipulation. The system is distinguished by its ability to generate audio from diverse inputs, including text and images, and its capacity to produce synchronized talking head videos. It also operates as a neural speech translator, converting spoken language between different tongues while pre

    Translates natural language descriptions into structured control signals to parameterize audio generation models.

    Pythonaudiogptmusic
    Auf GitHub ansehen↗10,174
  • jianchang512/chattts-uiAvatar von jianchang512

    jianchang512/ChatTTS-ui

    7,607Auf GitHub ansehen↗

    ChatTTS-ui ist ein webbasiertes Interface und ein API-Wrapper für das ChatTTS-Modell, das entwickelt wurde, um geschriebenen Text und gemischte Spracheingaben in gesprochenes Audio umzuwandeln. Es fungiert als KI-Sprachsynthese-Dashboard und als programmatischer Generator für die Erstellung natürlicher Sprachausgabe. Das Projekt konzentriert sich auf die Erstellung benutzerdefinierter Sprachprofile und die Steuerung von Sprachnuancen. Es ermöglicht die Beibehaltung konsistenter Sprechereigenschaften mithilfe von Seed-Werten und Datendateien und bietet gleichzeitig Kontrollen für Tonfall, Lachen und Pausen durch Verhaltens-Prompts und Sampling-Parameter. Das System umfasst eine Client-Server-Architektur, die asynchrone Audioverarbeitung handhabt und eine programmatische Schnittstelle für die Integration externer Anwendungen bietet. Es verwaltet Sprachprofile und Audiokonfigurationen über ein zustandsverwaltetes Interface, um eine konsistente Synthese zu gewährleisten.

    Allows fine-tuning of voice nuance and tone using behavioral prompts and sampling parameters.

    Python
    Auf GitHub ansehen↗7,607
  • ace-step/ace-stepAvatar von ace-step

    ace-step/ACE-Step

    4,088Auf GitHub ansehen↗

    ACE-Step is a high-fidelity audio synthesis system and diffusion model designed to generate music and vocals from text descriptions. It functions as a music generator and vocal synthesizer, using a diffusion transformer decoder to produce audio across various languages and genres. The project provides tools for text-guided audio editing, including the ability to extend the duration of tracks, regenerate specific song segments, and perform latent-space audio inpainting to modify lyrics or styles. It also includes a framework for audio style fine-tuning using low-rank adaptation to adapt vocal

    Synthesizes complementary instrument stems by conditioning the model on reference audio latent features.

    Python
    Auf GitHub ansehen↗4,088
  1. Home
  2. Graphics & Multimedia
  3. Media Processing and Analysis
  4. Audio Processing Systems
  5. Audio Synthesis
  6. Reference-Driven Synthesis

Unter-Tags erkunden

  • Prompt-Driven Parameter SynthesisGeneration of audio model control parameters from natural language prompts. **Distinct from Reference-Driven Synthesis:** Focuses on translating natural language into structured control signals, whereas reference-driven synthesis uses an audio sample as a guide.