mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

Readme addition 1st draft & conditional guard cleaning #97

Open uchuugaka opened 9 years ago

uchuugaka commented 9 years ago

This literally pulls the original blog posts in, and should be cleaned up to reflect the code base as it is today. Though it would be nice if the original 2 code bases for each of the blog posts was available. For a learning tool it would help reflect the changes made over time to the design. With that in mind this might make a better Wiki page if the original code bases were added.

Also cleaning up redundancy in the conditional that determines what to do with if (discontinuous) and moving it to a more clear guard style.