7 个仓库
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.
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.
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.
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.
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.
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.
WhisperSpeech 是一个多语言语音合成器和神经文本转语音系统。它通过反转 Whisper 模型架构来将文本转换为高保真合成音频。 该系统通过使用参考音频文件来模仿特定说话人,从而实现语音克隆。它支持多语言语音生成,包括生成不同语言的音频以及在单个句子中处理语言切换的能力。 该项目涵盖了广泛的语音功能,包括文本转语音生成和语音数据集准备。它结合了用于将语音转录为文本、提取声学标记和检测语音活动的工具。
Implements an end-to-end neural pipeline using semantic and acoustic tokens to generate high-fidelity synthetic speech.
ThinkDSP 是一个基于 Python 的音频信号处理框架和教育资源,旨在研究数字音频和波形的数学属性。它作为一个数字信号处理库,提供用于执行频率分析和声音波形谐波分解的工具。 该项目涵盖音频频率分析和声音合成的基础知识,能够将声音分解为谐波以分析或修改频谱内容。它通过提供操作音频文件和通过数学运算生成合成声音的方法,促进了 Python 音频编程。 该框架利用面向对象的信号建模和数组处理,将连续声波表示为离散数值。其功能包括傅里叶变换频率分析和基于算法的频谱修改,以改变频率分量的幅度或相位。
Functions as a Python-based environment for studying and manipulating the mathematical properties of digital audio.