Skip to content

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.

Notifications You must be signed in to change notification settings

jasonreposa/AudioStreamer

 
 

Repository files navigation

AudioStreamer

This is a fork of the mattgallagher/AudioStreamer repo.

History

April 12, 2001

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.

About

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%