• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AVAudioplayer is skipping -- sounds like a cd skipping
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AVAudioplayer is skipping -- sounds like a cd skipping


  • Subject: Re: AVAudioplayer is skipping -- sounds like a cd skipping
  • From: Luke the Hiesterman <email@hidden>
  • Date: Mon, 13 Jul 2009 15:59:36 -0700

Please file a bug. Attach a sample app with your audio.

Thanks,
Luke

On Jul 13, 2009, at 3:54 PM, Miles wrote:

I'm using this basic code to play a sound and it frequently skips at the
end, sounded like a cd skipping. I'm playing .caf files at 22500 Hz.
Does anyone any experience with this?
Thanks!


int soundNum            = arc4random() % [soundsArray count];
AVAudioPlayer *sound    = [soundsArray objectAtIndex:soundNum];

[currentSound stop];
currentSound = nil;

currentSound = sound;
[currentSound setCurrentTime:0.0];
[currentSound play];
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >AVAudioplayer is skipping -- sounds like a cd skipping (From: Miles <email@hidden>)

  • Prev by Date: AVAudioplayer is skipping -- sounds like a cd skipping
  • Next by Date: RE: literal strings - who do they belong to?
  • Previous by thread: AVAudioplayer is skipping -- sounds like a cd skipping
  • Next by thread: Saving NSArray of custom objects
  • Index(es):
    • Date
    • Thread