awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • babysor/mockingbirdbabysor 的头像

    babysor/MockingBird

    36,903在 GitHub 上查看↗

    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
    在 GitHub 上查看↗36,903
  • aigc-audio/audiogptAIGC-Audio 的头像

    AIGC-Audio/AudioGPT

    10,174在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,174
  • jianchang512/chattts-uijianchang512 的头像

    jianchang512/ChatTTS-ui

    7,607在 GitHub 上查看↗

    ChatTTS-ui 是 ChatTTS 模型的 Web 界面和 API 封装,旨在将书面文本和混合语言输入转换为语音音频。它作为一个 AI 语音合成仪表板和用于创建自然语音输出的程序化生成器。 该项目专注于自定义语音配置和语音细微差别控制。它允许通过种子值和数据文件保持一致的说话人特征,同时通过行为提示和采样参数提供对语调、笑声和停顿的控制。 该系统包含一个处理异步音频处理的客户端-服务器架构,并为外部应用程序集成提供了程序化接口。它通过状态管理界面管理语音配置文件和音频配置,以确保合成的一致性。

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

    Python
    在 GitHub 上查看↗7,607
  • ace-step/ace-stepace-step 的头像

    ace-step/ACE-Step

    4,088在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,088
  1. Home
  2. Graphics & Multimedia
  3. Media Processing and Analysis
  4. Audio Processing Systems
  5. Audio Synthesis
  6. Reference-Driven Synthesis

探索子标签

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