View Full Version : WunderRadio now mutes in Sleep mode - WTF?!
FearlessFreep
Nov 21, 2008, 08:02 AM
Downloaded the WunderRadio 'update' last night and now when you sleep your phone, either by pressing the top button, or when the phone automatically sleeps [shuts off screen] the audio out is muted! Stupid, stupid feature/bug that essentially renders the app USELESS now. Anyone else get this?
fastbite
Nov 21, 2008, 10:04 AM
yes, I get the same problem. I was having a bath this morning listening and I had to get out three bloody times to reset it! Until I realized what the problem was. I hope they sort it out.
geoelectric
Nov 21, 2008, 03:04 PM
Edit: didn't notice you said WunderRadio update, not just 2.2 in general.
If you downloaded 2.2 at the same time, it might not be WunderRadio.
Ambiance and WhiteNoise are showing similar behavior post-firmware-update; they mute at sleep, which pretty much breaks them. Also, the phone appears to hard-mute in "Silence" mode now for these apps.
Even if they fix the sleep/mute issue (which I assume is a bug) the silence switch forced-mute is unfortunate. There's a clear need to be able to turn off unexpected noises (calls, texts, etc.) and keep expected ones (the white noise generator you're sleeping to).
FearlessFreep
Nov 21, 2008, 03:11 PM
Yep, I've got Ambiance and it does the same thing. Definitely a 2.2 bug.
CommanderData
Nov 21, 2008, 05:00 PM
Yep, I've got Ambiance and it does the same thing. Definitely a 2.2 bug.
Apple changed the way the AudioQueue works in 2.2, so that it suspends playback when your iPhone sleeps (shuts the screen off).
Fortunately there is a way to change your code easily so that your AudioQueue will continue in sleep mode. For any developers reading this forum- mikeln at iPhonedevSDK forums figured it out...
The default audio session for 2.2 has changed from:
kAudioSessionCategory_MediaPlayback
to
kAudioSessionCategory_SoloAmbientSound
It looks like programmers have to set the audio session as MediaPlayback explicitly, where previously it was assumed.
geoelectric
Nov 21, 2008, 05:41 PM
And I figure MediaPlayback probably solves both issues, sleep and the silence switch.
It's actually a good change on their part--most apps -should- follow the silence switch and sleep--but I bet it throws a bunch of ambient noise/music/podcast/etc. apps off until they update.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.