play « audio « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » audio » play 

1. playing frequencies on the iPhone    stackoverflow.com

Can someone help me use the AudioQueue services on the iPhone to play a certain frequency (say, 440 Hz)? I've looked at the documentation, but I can't seem to figure out quite ...

2. How can Play Audio file in loop without any interruption?    stackoverflow.com

I am trying to develop a simple iPhone app. I need to play sound within a loop. How can Play Audio file in loop without any interruption ?

3. iPhone: How to detect if iTunes is playing?    stackoverflow.com

I noticed that some apps programmatically mute itunes (if its running) at launching. How is this achieved? I have a game with background music and would like to either stop itunes ...

4. How to play a tone on iPhone    stackoverflow.com

Is it possible to easily play a tone, or series of tones on the iPhone (like morse code, beep beeeeeep beep)? Is there any sample code out there that would point ...

5. Audio not playing when iPhone is sleeping    stackoverflow.com

I would like to know one thing. I hope you people can guide me well. I am creating an application which needs some audio alerts. I am using AVAudioPlayer for this purpose. I ...

6. Can I access/play the default audio files that come with iPhone?    stackoverflow.com

In my app I want the user to choose (picker) what sound to play from the default audio files that come standard with the iPhone (Marimba, Alarm, etc...). And then play ...

7. Which technology to use for playing audio on the iPhone?    stackoverflow.com

I need something that is capable of:

  • playing audio files (whatever preferred format, I'm flexible)
  • play more than one at once (=mixing it automatically to the headphones/speaker)
and if possible: - play from a particular ...

8. Playing generated audio on an iPhone    stackoverflow.com

As a throwaway project for the iPhone to get me up to speed with Objective C and the iPhone libraries, I've been trying to create an app that will play different ...

9. How to play audio file on websites on iPhone?    stackoverflow.com

I want to play an audio file which is posted on a website. I'm trying to use AVAudioPlayer and set the url to its website link. But the bgPlayer turns out ...

10. how to play the audio after given period of time    stackoverflow.com

i want to play the audio file after the given period of time set by user.

11. Play iPhone audio in ear speker    stackoverflow.com

How can we play audio using the ear speaker from an application. The audio plays like some one is talking at the other end of the phone. Thanks

12. download audio from web and play    stackoverflow.com

I am creating an iphone application and would like to download an audio file from the web (which I should be able to do without any assistance) but I am not ...

13. Playing audio on the iPhone decoded by a third-party library    stackoverflow.com

The third-party library generates sequential buffers of 16-bit signed stereo samples of any desired size. I can't figure out which framework/functions to use to play from these buffers. I've been working ...

14. Playing portion of an audio file on iPhone    stackoverflow.com

Does anyone knows how to play a portion of a sound file on the iPhone? Using the SDK, or any other library (Cocos Desnhion...). I know how to play an entire sound, but ...

15. How to play an audio file ONLY while user is shaking iPhone?    stackoverflow.com

I've read a number of posts regarding how to detect shakes but I'm not sure:

  1. What is currently the best way to detect shakes?
    • and -
  2. How to play an audio file ONLY while ...

16. Downloading/playing static audio files on iPhone    stackoverflow.com

I have an iPhone app that downloads multiple WAV files from the web, storing the resultant sound data on the phone for playback in the app. Sometimes this works fine, ...

17. Playing An Audio File Through An App    stackoverflow.com

Is there anyway to store audio on an iphone app and then grab that audio file and play it through code. Does anyone have a tutorial to point me to do ...

18. Playing audio that is retrieved from url    stackoverflow.com

I am getting a list of songs and its corresponding images from a url.The url is a json url. When i click the list a corresponding song is played. I have ...

19. playing an audio file after a time delay    stackoverflow.com

I have an audio file that I want to begin playing at a 20 second delay, after the user has seen some animations play etc... does anyone know how I might go ...

20. detecting if audio file is playing - iphone    stackoverflow.com

I'm playing an audio clip using a UIButton that calls a method (see code below). I'm trying to figure out how to write a statement to detect if the audio is ...

21. Playing RTSP audio on iPhone using Wunderadio code    stackoverflow.com

I need to play an RTSP audio stream in an iPhone app, so I've been trying to run the the Wunderradio code (http://wunderradio.com/code.html) but I get some errors (copied below).. Usually errors ...

22. How to play an audio of a given string on iOS?    stackoverflow.com

how to play the audio for a given string. If I enter a text and press play button to express the audio of given string. Is there any solution. Please suggest ...

23. how can set BPM(bits per minute ) in iphone to play audio?    stackoverflow.com

how can set BPM(bits per minute ) in iphone to play audio?

24. iPhone - Using AV framework to play two audio files one after another?    stackoverflow.com

I've few audio files in mp3 format. One audio file plays "Hi", and another audio file plays "How are you". Similarly many other audio files. I want to play two audio files one ...

25. How can I play a custom tone in iOS?    stackoverflow.com

I'm trying to find some way to play tones in iOS that are created dynamically. Being able to play an audio file isn't going to cut it for me. ...

26. iPhone 4: Play audio while on call    stackoverflow.com

I have developed an application which will play audio when call is on. And the person on opposite side can hear it. It works fine with pre iphone4. But its not working ...

27. objective c play audio as it is downloading    stackoverflow.com

I have an iphone design question regarding downloading and playing an audio file. Thanks to Matt Gallagher's AudioStreamer sample I can stream audio and play it back, bu that does ...

28. How to browse and Play local audio files on an iOS Device?    stackoverflow.com

I am developing an iPhone app in which I need to provide the facility to the user where he/she will be able to select audio files saved on the device and ...

29. Difficulty playing Audio file    stackoverflow.com

Hi there I'm trying to play a page turn sound when I click on the "next" button to take me to the next page, but the sound does not come, while ...

30. Play audio when app is not in foreground or app is inactive    stackoverflow.com

I do not want any code but want to get reference that how can we play audio in background in multitasking devices when application is running in background not in foreground... Please ...

31. Objective-c/IOS: What's the simplest way to play an audio file backwards    stackoverflow.com

I've been struggling with this one for quite a while now, and there are no code examples of it being done on the net. Can anyone help me? My app uses ...

32. Playing audio comments with iPhone/iPad from PDF (created in Acrobat Reader Pro 9)    stackoverflow.com

I encountered problem with playing audio comments, that were created in Acrobat Reader. I use Quartz framework to parse pdf file and obtain annotations. Annotation options are:

<</Filter/FlateDecode/Length 11342/R 11025/Type/Sound>>
. And i ...

33. iPhone vibration while playing audio    stackoverflow.com

My application plays audio using AudioQueue and AudioSession. I can't stop playing according to application workflow. Currently, my customer ask me to perform iPhone vibration according to some conditions. I've tried ...

34. How do I auto play Audio files?    stackoverflow.com

Heres what I have:

-(void)awakeFromNib {
    NSString *path = [[NSBundle mainBundle] pathForResource:***AUDIOFILE*** ofType:@"mp3"];
    AVAudioPlayer* theAudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] 
      ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.