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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesAudio Processing Frameworks

Development environments and libraries that provide infrastructure for building complex neural-based audio processing pipelines.

Explore 7 awesome GitHub repositories matching graphics & multimedia · Audio Processing Frameworks. Refine with filters or upvote what's useful.

Awesome Audio Processing Frameworks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rvc-boss/gpt-sovitsAvatar RVC-Boss

    RVC-Boss/GPT-SoVITS

    58,724Vezi pe GitHub↗

    GPT-SoVITS is a text-to-speech synthesis engine and voice cloning toolkit designed for generating natural-sounding human speech. It functions as a neural audio processing pipeline that maps input text to high-fidelity audio waveforms, utilizing conditional variational autoencoders and flow-based decoders to ensure expressive output. The platform distinguishes itself through its ability to perform few-shot voice cloning and cross-lingual speech generation, allowing users to maintain a specific speaker's vocal identity and emotional delivery across multiple languages. By employing cross-modal l

    Facilitates an end-to-end workflow for training, fine-tuning, and deploying custom voice models.

    Pythontext-to-speechttsvits
    Vezi pe GitHub↗58,724
  • rvc-project/retrieval-based-voice-conversion-webuiAvatar RVC-Project

    RVC-Project/Retrieval-based-Voice-Conversion-WebUI

    36,025Vezi pe GitHub↗

    This project is a comprehensive software suite for voice synthesis and model management, providing a framework for training custom acoustic models and performing voice conversion. It utilizes deep-learning-based acoustic modeling to map source audio characteristics to target voice identities, enabling the transformation of input audio into specific vocal profiles. The system distinguishes itself through a feature-retrieval-based inference mechanism, which employs vector index files to perform nearest-neighbor searches on acoustic features for high-fidelity timbre matching. Users can manage th

    Chains discrete stages like pitch extraction and source separation into a modular audio processing pipeline.

    Pythonaudio-analysischangeconversational-ai
    Vezi pe GitHub↗36,025
  • audiokit/audiokitAvatar audiokit

    audiokit/AudioKit

    11,381Vezi pe GitHub↗

    AudioKit is an audio framework for iOS, macOS, and tvOS that provides tools for digital audio synthesis, signal processing, and audio analysis. It functions as a synthesis engine for generating audio waveforms and textures, a processing library for modifying tonal characteristics, and a toolkit for extracting frequency and amplitude data from sonic signals. The framework utilizes a modular node architecture and graph-based signal routing to connect audio generators, processors, and outputs. It wraps low-level audio primitives in high-level classes to facilitate sound generation and modificati

    Acts as a comprehensive infrastructure for building complex audio processing and synthesis pipelines.

    Swift
    Vezi pe GitHub↗11,381
  • aigc-audio/audiogptAvatar AIGC-Audio

    AIGC-Audio/AudioGPT

    10,174Vezi pe 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

    Uses large language models to orchestrate neural audio pipelines for generation and processing tasks.

    Pythonaudiogptmusic
    Vezi pe GitHub↗10,174
  • uberi/speech_recognitionAvatar Uberi

    Uberi/speech_recognition

    8,973Vezi pe GitHub↗

    This project is a Python speech recognition library that serves as a unified interface for converting spoken audio into text. It functions as a bridge between Python applications and a variety of speech-to-text engines, providing a consistent way to interact with both local and cloud-based recognition services. The library distinguishes itself as a multi-engine transcription tool, wrapping diverse online APIs and offline recognition backends into a standardized format. This allows for interchangeable recognition engines and supports multilingual audio transcription through various language pa

    Implements a framework for capturing microphone input and managing audio file formats for transcription.

    Pythonaudiopythonspeech-recognition
    Vezi pe GitHub↗8,973
  • whisperspeech/whisperspeechAvatar WhisperSpeech

    WhisperSpeech/WhisperSpeech

    4,617Vezi pe GitHub↗

    WhisperSpeech is a multilingual speech synthesizer and neural text-to-speech system. It functions by inverting the Whisper model architecture to convert text into high-fidelity synthetic audio. The system enables voice cloning by using reference audio files to mimic specific speakers. It supports multilingual speech production, which includes the ability to generate audio across different languages and handle language switching within a single sentence. The project covers a broad range of speech capabilities, including text-to-speech generation and speech dataset preparation. It incorporates

    Implements an end-to-end neural pipeline using semantic and acoustic tokens to generate high-fidelity synthetic speech.

    Jupyter Notebookpytorchspeech-synthesistts
    Vezi pe GitHub↗4,617
  • allendowney/thinkdspAvatar AllenDowney

    AllenDowney/ThinkDSP

    4,567Vezi pe GitHub↗

    ThinkDSP este un framework de procesare a semnalelor audio bazat pe Python și o resursă educațională concepută pentru studierea proprietăților matematice ale audio-ului digital și ale formelor de undă. Funcționează ca o bibliotecă de procesare digitală a semnalelor (DSP) care oferă instrumente pentru efectuarea analizei de frecvență și a descompunerii armonice a undelor sonore. Proiectul acoperă fundamentele analizei de frecvență audio și ale sintezei sonore, permițând descompunerea sunetului în armonici pentru a analiza sau modifica conținutul spectral. Facilitează programarea audio în Python oferind mijloacele de a manipula fișiere audio și de a genera sunete sintetice prin operațiuni matematice. Framework-ul utilizează modelarea semnalelor orientată pe obiecte și procesarea de array-uri pentru a reprezenta undele sonore continue ca valori numerice discrete. Capabilitățile sale includ analiza de frecvență prin transformata Fourier și modificarea spectrală bazată pe algoritmi pentru a altera magnitudinea sau faza bin-urilor de frecvență.

    Functions as a Python-based environment for studying and manipulating the mathematical properties of digital audio.

    Jupyter Notebook
    Vezi pe GitHub↗4,567
  1. Home
  2. Graphics & Multimedia
  3. Media Processing and Analysis
  4. Audio Processing Systems
  5. Audio Processing Frameworks

Explorează sub-etichetele

  • LLM-Driven OrchestrationAudio frameworks that use large language models to decompose goals and select appropriate neural audio tools. **Distinct from Audio Processing Frameworks:** Focuses on the LLM-based control plane for tool selection, rather than just the underlying processing infrastructure.
  • Neural Audio PipelinesEnd-to-end systems for training and deploying voice models.