# douban/DOUAudioStreamer

A Core Audio based streaming audio player for iOS and macOS

Repository: https://github.com/douban/DOUAudioStreamer
Canonical: https://ross.abutalabs.com/products/douaudiostreamer
Language: Objective-C
License: BSD-3-Clause
License Family: permissive
Last push: 2026-05-31T09:37:40+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 85, release rhythm 35, longevity 100
- inputs: {"age_days": 4866, "days_push": 94, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2752, forks 543 (observed 2026-08-28T04:07:18.108654+00:00)

## What it is
DOUAudioStreamer is a Core Audio based streaming audio player library for iOS and macOS written in Objective-C. It plays remote URLs, local files, and media library items via a small DOUAudioFile protocol, exposing playback status, buffering progress, and download speed through KVO.

## Use cases
- stream music from a remote URL in an iOS app
- play local audio files on macOS
- show buffering progress and download speed during audio playback
- build a podcast or music player with play/pause/stop controls
- visualize audio playback with analyzers
- integrate audio streaming into an Objective-C app via CocoaPods

## When to choose
- you need a lightweight native Objective-C audio streaming player for iOS or macOS
- you want KVO-observable playback state like buffering ratio and download speed
- you need to support remote URLs, local files, and media library items with one protocol

## When to avoid
- you are building for Android, Windows, or the web
- you prefer a Swift-native or cross-platform audio framework
- you need advanced features like playlists, gapless playback, or DRM out of the box

## Facets
- artifact type: library
- maturity: maintenance
- function: audio-processing
- domain: mobile-development, media
- platform: cpp
- tags: core-audio, audio-streaming, objective-c, music-player, cocoapods, audio, ios, macos, swift

## Member repositories
- douban/DOUAudioStreamer (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:18.108654+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-30T08:18:54.783987+00:00, confidence not recorded.
  - readme: https://github.com/douban/DOUAudioStreamer (fetched 2026-08-28T04:07:18.108654+00:00, sha 9996872bbb26)
- Data as of 2026-08-30T08:39:29.467469+00:00.
