Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1092777
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:44:00+00:00 2026-05-16T23:44:00+00:00

I am trying to play a short sound whenever clicks a button on the

  • 0

I am trying to play a short sound whenever clicks a button on the iPhone; however, for some reason whenever I click the button (which calls the playClickSound method below), no sound plays. I have the project linked with AudioFoundation.framework and the sound file (clickSound.mp3) in the Resources folder of my application bundle. Can someone please help me figure out what I am missing, and why the AVAudioPlayer won’t play my sound file?

- (void) playClickSound {

    // Get path of sound file in bundle.
    NSString *path = [[NSBundle mainBundle] pathForResource: @"clickSound" ofType: @"mp3"];

    // Create url from path.
    NSURL *url = [NSURL URLWithString: path];

    // Create error.
    NSError *error;

    // Create audio player, and play file.
    AVAudioPlayer *audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL: url error: &error];

    if (![audioPlayer play]) {
        [error localizedDescription];
    }

    [audioPlayer release];



} // playClickSound
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T23:44:01+00:00Added an answer on May 16, 2026 at 11:44 pm

    Your method never actually tells the audioPlayer to play. Try this after you allocate the audio player:

    [audioPlayer play];
    

    Also – you may want to look into the delegate method to release the player after the sound has played. I don’t think your sound will play if you immediately release it after creating it like you are doing here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to play a sound based on which button is pressed using AVAudioPlayer.
I'm trying to play a sound on a button click i'm using: -(IBAction)sound {
I'm trying to create an application to play short sound clips that are found
Have few short sound effect samples, which play just fine in emulator, but not
I am trying to create buttons that play single sound files and one button
I am trying to play audio buffered sound (.wav) using AudioTrack. Please see the
I'm trying to play only part of a sound using FMOD, say frames 50000-100000
I'm trying to play a playlist I get using the MediaStore provider. However, when
I'm trying to play a wav sound that stored in byte array called bytes.
I am trying to play a short music but when iPod is playing and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.