~zanneth/StreamPlayer

Low-level audio playback interface.
7f858f16 — Charles Magahern 2 years ago
Add README
19d0e191 — Charles Magahern 8 years ago
Metadata updates
a206890e — Charles Magahern 8 years ago
Support for audio processing taps

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~zanneth/StreamPlayer
read/write
git@git.sr.ht:~zanneth/StreamPlayer

You can also use your local clone with git send-email.

StreamPlayer

A reusable audio stream player class written in Objective-C that uses the
low-level AudioToolbox API to play audio.

The purpose is to create an API that is nearly as easy to use as AVPlayer while
also allowing the programmer to install processing taps on the raw data stream.
This is useful for building visualizations based on the audio stream, for
example.

Written by zanneth <root@zanneth.com>