This is a fork of the mattgallagher/AudioStreamer repo.
April 12, 2001
- Updated AudioStream with the latest from mattgallagher/AudioStreamer.
- Added level meter code from idevsoftware/AudioStreamer
- Added level meter display to the sample projects.
January 30, 2011
- Forked mattgallagher/AudioStreamer.
- Replaced #ifdef TARGET_OS_IPHONE with #if TARGET_OS_IPHONE. This is Apple's recommended approach for conditionalizing compilation and linking. Also, TargetConditionals.h header in Mac 10.6 SDK defines TARGET_OS_IPHONE as 0 so this change is needed if one wishes to compile against 10.6 or greater.
- Merged shoutcast branch from jfricker/AudioStreamer adding support for retrieving shoutcast metadata and replacing the alert display with a notification message.
- Replaced SHOUTCAST_METADATA marco with retrieveShoutcastMetadata BOOL on the AudioStreamer class.
- Added this README.