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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to andrewrk/libsoundio

Projects sharing features with Libsoundio

30 open-source projects similar to andrewrk/libsoundio, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • xiph/rnnoisexiph avatar

    xiph/rnnoise

    5,368View on GitHub↗

    rnnoise is a real-time speech denoising library that uses a recurrent neural network to suppress background noise from live voice audio. It is implemented as a lightweight C library with a minimal API, designed for easy integration into audio applications that need low-latency noise reduction. The library employs a gated recurrent unit (GRU) architecture and frequency-domain feature extraction to capture temporal dependencies in speech, operating on short audio frames sequentially for streaming use. It also includes a training pipeline that allows users to train custom noise suppression model

    Caudiocnoise-reduction
    View on GitHub↗5,368
  • libaudioflux/audiofluxlibAudioFlux avatar

    libAudioFlux/audioFlux

    3,319View on GitHub↗

    A library for audio and music analysis, feature extraction.

    Caudioaudio-analysisaudio-features
    View on GitHub↗3,319
  • micknoise/maximilianmicknoise avatar

    micknoise/Maximilian

    1,688View on GitHub↗

    C++ Audio and Music DSP Library

    C++
    View on GitHub↗1,688
  • tonicaudio/tonicTonicAudio avatar

    TonicAudio/Tonic

    555View on GitHub↗

    Easy and efficient audio synthesis in C++

    C++
    View on GitHub↗555
  • rism-ch/veroviorism-ch avatar

    rism-ch/verovio

    873View on GitHub↗

    🎵 Music notation engraving library for MEI with MusicXML and Humdrum support and various toolkits (JavaScript, Python)

    C++
    View on GitHub↗873

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • lieff/minimp3lieff avatar

    lieff/minimp3

    1,916View on GitHub↗

    Minimalistic MP3 decoder single header library

    Caudiocodecdecoder
    View on GitHub↗1,916
  • jarikomppa/soloudjarikomppa avatar

    jarikomppa/soloud

    2,124View on GitHub↗

    Free, easy, portable audio engine for games

    C
    View on GitHub↗2,124
  • mackron/miniaudiomackron avatar

    mackron/miniaudio

    6,905View on GitHub↗

    miniaudio is a single-file C audio library used for audio playback, capture, and hardware interfacing across multiple operating systems. It functions as an audio hardware abstraction layer, an audio processing engine, an audio synthesis engine, and a codec and resampler. The project implements a node-graph based system for routing digital audio signals, mixing, and 3D spatialization. It also includes a programmatic generator for noise patterns and basic waveforms used for sound creation and signal testing. The library covers digital signal processing, including audio format conversion and sa

    C
    View on GitHub↗6,905
  • nothings/stbnothings avatar

    nothings/stb

    33,970View on GitHub↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    C
    View on GitHub↗33,970
  • sparkystudios/amplitudeaudiosdkSparkyStudios avatar

    SparkyStudios/AmplitudeAudioSDK

    76View on GitHub↗

    A powerful cross-platform audio engine, optimized for games.

    C++
    View on GitHub↗76
  • adamstark/audiofileadamstark avatar

    adamstark/AudioFile

    1,138View on GitHub↗

    A simple C++ library for reading and writing audio files.

    C++aifaudioaudio-files
    View on GitHub↗1,138
  • saharatul/selasahaRatul avatar

    sahaRatul/sela

    217View on GitHub↗

    SimplE Lossless Audio

    C++
    View on GitHub↗217
  • nativeinstruments/ni-mediaNativeInstruments avatar

    NativeInstruments/ni-media

    254View on GitHub↗

    NI Media is a C++ library for reading and writing audio streams.

    C++
    View on GitHub↗254
  • aubio/aubioaubio avatar

    aubio/aubio

    3,714View on GitHub↗

    Aubio is an audio analysis and digital signal processing library designed for music information retrieval. It provides a suite of tools for extracting musical features, estimating fundamental frequencies, and tracking rhythmic pulses in audio streams. The library specializes in the detection of pitch and beat, enabling the extraction of musical notes and the estimation of overall tempo. It also includes capabilities for automatic onset detection to identify the start of sonic events and the separation of audio signals into percussive transients and steady-state tonal components. The system c

    Canalysisannotationaudio
    View on GitHub↗3,714
  • erikd/libsndfileerikd avatar

    erikd/libsndfile

    1,706View on GitHub↗

    A C library for reading and writing sound files containing sampled audio data.

    C
    View on GitHub↗1,706
  • facebookresearch/wav2letterfacebookresearch avatar

    facebookresearch/wav2letter

    6,444View on GitHub↗

    wav2letter is an automatic speech recognition toolkit and deep learning framework designed to convert audio speech signals into written text. It functions as a distributed training system and an inference engine for building and deploying neural network architectures. The system enables the training of large-scale speech models across multiple compute nodes using custom architecture files and structured recipes. It includes an inference engine that allows these trained models to be executed within Python workflows to transform audio sequences into text. The framework covers the full speech r

    C++
    View on GitHub↗6,444
  • apenwarr/redoapenwarr avatar

    apenwarr/redo

    1,845View on GitHub↗

    Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.

    Python
    View on GitHub↗1,845
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • adefossez/juliusA

    adefossez/julius

    0View on GitHub↗
    View on GitHub↗0
  • andreamazz/subtlevolumeandreamazz avatar

    andreamazz/SubtleVolume

    1,195View on GitHub↗

    Replace the system volume popup with a more subtle indicator.

    Swift
    View on GitHub↗1,195
  • b-k/apopheniab-k avatar

    b-k/apophenia

    207View on GitHub↗

    A C library for statistical and scientific computing

    C
    View on GitHub↗207
  • algolia/voice-overlay-iosalgolia avatar

    algolia/voice-overlay-ios

    557View on GitHub↗

    🗣 An overlay that gets your user’s voice permission and input as text in a customizable UI

    Swift
    View on GitHub↗557
  • absint/compcertAbsInt avatar

    AbsInt/CompCert

    2,187View on GitHub↗

    The CompCert formally-verified C compiler

    Rocq Proverccompcertcompiler
    View on GitHub↗2,187
  • balde/baldeB

    balde/balde

    0View on GitHub↗
    View on GitHub↗0
  • barerose/atomixBareRose avatar

    BareRose/atomix

    97View on GitHub↗

    This is a header-only library, as such most of its functional documentation is contained within the "header section" of the source code in the form of comments. It is highly recommended that you read said documentation before using this library.

    C
    View on GitHub↗97
  • bartolsthoorn/nvdspbartolsthoorn avatar

    bartolsthoorn/NVDSP

    418View on GitHub↗

    iOS/OSX DSP for audio (with Novocaine)

    Objective-C
    View on GitHub↗418
  • bastibe/python-soundfileB

    bastibe/python-soundfile

    0View on GitHub↗
    View on GitHub↗0
  • beetbox/audioreadbeetbox avatar

    beetbox/audioread

    536View on GitHub↗

    cross-library (GStreamer Core Audio MAD FFmpeg) audio decoding for Python

    Python
    View on GitHub↗536
  • beetbox/beetsbeetbox avatar

    beetbox/beets

    15,307View on GitHub↗

    Beets is a command-line music library manager that automates the organization, standardization, and maintenance of digital audio collections. It functions as a relational database-backed system that identifies audio content through acoustic fingerprinting and retrieves accurate metadata from online databases to ensure consistent tagging and directory structures. The project distinguishes itself through an event-driven pipeline architecture and a modular plugin system, which allow users to intercept and customize library processing workflows. This extensibility enables the integration of exter

    Pythonclihacktoberfestmusic
    View on GitHub↗15,307
  • awslabs/s2nawslabs avatar

    awslabs/s2n

    4,736View on GitHub↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    View on GitHub↗4,736