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

adamstark/AudioFile

A simple C++ library for reading and writing audio files. observed · 2026-08-28

github.com/adamstark/AudioFile · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

53/100

  • Activity 47
  • 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: 3500
  • days_rel: n/a
  • days_push: 322
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1146 stars · 217 forks observed · 2026-08-28

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

A simple header-only C++ library for reading and writing audio files, supporting WAV and AIFF formats. It provides easy access to audio metadata, sample buffers, and file saving/loading.

Use cases

  • read wav files in c++
  • write aiff audio files
  • load audio samples into a buffer
  • get sample rate and bit depth of an audio file
  • generate and save audio programmatically
  • convert between wav and aiff

When to choose

  • you need a lightweight, header-only C++ solution for WAV/AIFF I/O
  • you want simple direct access to audio sample data without heavy dependencies
  • you need MIT-licensed audio file handling in a C++ project

When to avoid

  • you need support for formats beyond WAV and AIFF, such as MP3, FLAC, or OGG
  • you require advanced audio processing like effects or resampling
  • you are working outside C++

Facets

library · maturity stable

audio-processing file-system parser files developer-tools cpp cross-platform header-only wav aiff audio-files audio

1 source

Member repositories

RepositoryRoleHealth v2
adamstark/AudioFilemain53

For agents

markdown · JSON · MCP: product_card(name="adamstark/AudioFile")

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