Re: What would make AVAduioPlayer -stop and -pause do nothing?
Re: What would make AVAduioPlayer -stop and -pause do nothing?
- Subject: Re: What would make AVAduioPlayer -stop and -pause do nothing?
- From: uɐıʇəqɐz pnoqɥɒɯ <email@hidden>
- Date: Mon, 3 May 2010 16:40:13 -0700
Never mind. Problem was with the idiot behind the keyboard (he shall be sacked):
- (void) stop;
{
#if 0
[self setFadeMultiplier];
[self fadeOutVolume:noteSound];
#lelse
[noteSound pause];
[noteSound stop];
#endif
}
my -stop was the no-op !
On May 3, 2010, at 3:37 PM, uɐıʇəqɐz pnoqɥɒɯ wrote:
> I'm rebooting iPad and iPhones, and my Mac in hopes that what I am seeing is a strange state things are in: I am not able to pause or stop any AVAduioPlayer instances. At first I noticed this on the iPad, when I #ifdef'ed my fading method out and replaced it with a plain old -stop and then a -pause, and then both. My player continues to play. I tested against an iPhone, and am seeing the same.
>
> Is there any player properties or something that could make this happen? I haven't used AVAudioPlayer's -stop or -pause in a while, but I can't imagine they have been no-op'ed....
>
> Restart didn't help and a test app I just tried doesn't stop or pause either. What am I doing wrong?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden