Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 07-23-2011, 08:29 PM   #1 (permalink)
Registered Member
 
Join Date: May 2011
Posts: 19
s7162 is on a distinguished road
Question AVAudioPlayer not stopping, whats wrong?

Hey, i got a button that plays a sound when pressed. If the user presses the button again and the audio is still playing, i want it to stop and start again.

i tried some code, but it doesnt seem to stop, and i cant see why it doesnt work :s, can anyone see what is wrong here?

Code:
NSString *newAudioFile = [[NSBundle mainBundle] pathForResource:@"soundClip" ofType:@"wav"];

    av = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:newAudioFile] error:NULL];
    
    
    if (av.playing==YES){
        [av stop];
    }
    if(error) {
    }
    av.volume=0.1;
    [av play];
thanks!!
s7162 is offline   Reply With Quote
Old 07-23-2011, 08:32 PM   #2 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

Because you are creating a new object and replacing the old object. You are also going to leak if you call this method more than once. Use a retain property and put the if av.playing part at the top of the method. Here is a guide to properties if you are not familiar with them: http://www.iphonedevsdk.com/forum/ip...roperties.html
__________________
If you are looking for a quality developer, I'm your man. Give me a PM if you are interested.

New app - See screenshots and details at www.globaclock.com.

If you want to thank me, click the link. Every click counts. If you want to do more, buy my app. A link is available on my website. Thanks.
Domele is offline   Reply With Quote
Reply

Bookmarks

Tags
audio, avaudioplayer, playing, stopping

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 406
17 members and 389 guests
7twenty7, blasterbr, buggen, chiataytuday, Clouds, dre, fiftysixty, HemiMG, jeroenkeij, jimmyon122, jonathandeknudt, LEARN2MAKE, n00b, nyoe, pungs, tymex, UMAD
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,668
Threads: 94,121
Posts: 402,901
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jonathandeknudt
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 03:58 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0