Ross ROSS = Recommend OSS · open-source software intelligence for agents

andrewrk/libsoundio

C library for cross-platform real-time audio input and output observed · 2026-08-28

github.com/andrewrk/libsoundio · homepage · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

33/100

  • Activity 1
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4082
  • days_rel: n/a
  • days_push: 598
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2099 stars · 254 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

libsoundio is a lightweight C library providing cross-platform real-time audio input and output, abstracting over backends like JACK, PulseAudio, ALSA, CoreAudio, and WASAPI. It prioritizes performance and low-level control, exposing backend-specific features while offering a consistent API for real-time and consumer audio software.

Use cases

  • play audio in a cross-platform C application
  • capture microphone input in real time
  • build a digital audio workstation audio engine
  • write a music player with low-latency output
  • abstract over ALSA, PulseAudio, JACK, CoreAudio, and WASAPI with one API
  • monitor audio device plug/unplug events
  • open raw devices for exclusive low-latency access

When to choose

  • you need a small C library with no C++ runtime dependency
  • you need real-time, low-latency audio I/O across Windows, macOS, and Linux
  • you want direct control over buffering and backend-specific capabilities
  • you need to connect to multiple audio backends simultaneously

When to avoid

  • you want built-in buffering, mixing, or audio processing
  • you need a high-level audio engine with effects and codecs
  • you target mobile or web platforms
  • you prefer a C++ or managed-language API

Facets

library · maturity maintenance

audio-processing cross-platform developer-tools windows cpp real-time-audio c-library jack pulseaudio alsa coreaudio wasapi sound-backends audio linux macos

8 sources

Member repositories

RepositoryRoleHealth v2
andrewrk/libsoundiomain33

For agents

markdown · JSON · MCP: product_card(name="andrewrk/libsoundio")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem