• Objective-C 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Charles Magahern 7f858f168e Add README
2022-11-28 23:19:19 -08:00
StreamPlayer Metadata updates 2016-07-05 00:07:10 -07:00
StreamPlayer.xcodeproj Initial commit 2016-07-04 19:22:46 -07:00
README Add README 2022-11-28 23:19:19 -08:00

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>