alexcrichton / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
69 stars 22 forks source link

Fixed type conversion warnings #35

Closed Bo98 closed 10 years ago

Bo98 commented 10 years ago

By default these won't show but those with stricter warnings enabled will see them. -[AudiosStreamer setVolume:] takes a float instead of a double now because that's what the AudioQueue accepts and uses. The rest is minor internal changes.

alexcrichton commented 10 years ago

Thanks for these PRs! If you're interested in continuing to work on this, I an add you as a collaborator if you'd like!

Bo98 commented 10 years ago

No problem. :)

I wouldn't mind continuing work but I don't have anything in mind that needs doing. Up to you if you want to add me as a collab.

alexcrichton commented 10 years ago

You should be good to go!