# naudio/NAudio

Audio and MIDI library for .NET

Repository: https://github.com/naudio/NAudio
Canonical: https://ross.abutalabs.com/products/naudio
Homepage: http://naudio.github.io/NAudio/
Language: C#
License: MIT
License Family: permissive
Last push: 2026-08-26T21:00:25+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 4217, "days_push": 7, "days_rel": 7, "gap_med": 8, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6212, forks 1135 (observed 2026-08-28T04:09:40.057298+00:00)

## What it is
NAudio is an open-source audio and MIDI library for .NET, providing classes for playing, recording, converting, and manipulating audio. Version 3 splits functionality into focused packages with a cross-platform core (Windows, Linux, macOS) plus Windows-specific WASAPI, ASIO, WinMM, and DMO stacks.

## Use cases
- play mp3 and wav files in a .NET app
- record audio from microphone in C#
- convert audio files between formats
- read and write MIDI files
- apply audio effects like reverb or EQ
- low-latency multichannel audio playback via ASIO
- capture system audio loopback on Windows
- build a software synthesizer or sampler

## When to choose
- you need audio playback, recording, or manipulation in a .NET application
- you need MIDI file parsing or MIDI I/O on Windows
- you want a mature, well-documented audio library with permissive MIT licensing
- you need Windows-specific audio APIs like WASAPI, ASIO, or Media Foundation codecs

## When to avoid
- you need audio processing outside the .NET ecosystem
- you require legacy .NET Framework or .NET Standard 2.0 support
- you need full cross-platform feature parity — many advanced features (WASAPI, ASIO, DMO) are Windows-only
- you need video processing, not audio

## Facets
- artifact type: library
- maturity: stable
- function: audio-processing, sdk
- domain: media, cross-platform, developer-tools
- platform: dotnet, windows, cross-platform
- tags: midi, wasapi, asio, dsp, playback, recording, csharp, audio-effects, sampler, audio, linux, macos

## Member repositories
- naudio/NAudio (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:40.057298+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:47:17.296201+00:00, confidence not recorded.
  - readme: https://github.com/naudio/NAudio (fetched 2026-08-28T04:09:40.057298+00:00, sha f3c58a192d07)
  - homepage: http://naudio.github.io/NAudio/ (fetched 2026-08-29T08:43:37.878283+00:00, sha 711870534491)
- Data as of 2026-08-30T08:39:29.467469+00:00.
