mattgallagher / AudioStreamer

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

Volume #9

Open meandrik opened 14 years ago

meandrik commented 14 years ago

Hi!

Is it possible to change volume in player?

Best Regards, Dmitry M.

jkap commented 14 years ago

The streamer responds to standard iOS device volume. This is the Apple preferred way to change volume in the system as well, so if you're planning on going in the App Store, you should worry about that volume only.

meandrik commented 14 years ago

ok, I understand, but the thing that I wanted to make is fade in/fade out volume changing on start/stop. Is it possible? (As I know I can't control device volume)

jonnyijapan commented 14 years ago

Just a thought, if you can't do it on the device, maybe you could do it server side if you stream the music from a server :-) Kind of like what radio stations do...

marcosanson commented 12 years ago

I saw you can change the volume using AudioQueue created by AudioStreamer. But it doesn't work if you set the volume while is playing. I really don't know the reason. Any suggestion?